from .tool.func import * async def topic_list(page = 1, name = 'Test'): return await render_template( name, '' + \ '
' + \ '' + \ '' + \ '', '(' + await get_lang('discussion_list') + ')', [['w/' + url_pas(name), await get_lang('document')]] )