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