from .tool.func import * async def setting_404_page(): with get_db_connect() as conn: return easy_minify(conn, flask.render_template(skin_check(conn), imp = [get_lang(conn, '404_page_setting'), await wiki_set(), await wiki_custom(conn), wiki_css([0, 0])], data = '' + \ '
' + \ '' + \ '' + \ '', menu = [['setting', get_lang(conn, 'return')]] ))