{{extend "layout.html"}} {{block menu}} {{menu('forums')}} {{end}} {{block _css}} {{super}} .line {margin-bottom:10px;} {{end}} {{block content_sidebar}} {{use "jquery", ui=True}} {{use "jsmenu"}} {{ menu_items = [ {'name': 'category', 'title':'板块', 'link':'/forum/admin_category'}, {'name': 'forum', 'title':'论坛', 'link':'/forum/admin_forum'}, {'name': 'forumtopictype', 'title':'主题类型', 'link':'/forum/admin_forumtopictype'}, ] }}
{{end}}