from .tool.func import * async def view_down(name = 'Test'): with get_db_connect() as conn: curs = conn.cursor() div = '' return easy_minify(conn, flask.render_template(skin_check(conn), imp = [name, wiki_set(conn), await wiki_custom(conn), wiki_css(['(' + get_lang(conn, 'sub') + ')', 0])], data = div, menu = [['w/' + url_pas(name), get_lang(conn, 'return')]] ))