from .tool.func import * async def topic_list(page = 1, name = 'Test'): with get_db_connect() as conn: return easy_minify(conn, flask.render_template(skin_check(conn), imp = [name, await wiki_set(), await wiki_custom(conn), wiki_css(['(' + get_lang(conn, 'discussion_list') + ')', 0])], data = '' + \ '
' + \ '' + \ '' + \ '', menu = [['w/' + url_pas(name), get_lang(conn, 'document')]] ))