{% extends base %} {% block body_left %}
{{T("Tag List")}} {% include common/back.html %}
{% include note/page/taglist_tab.html %}
全部 {% for item in tag_type_list %} {{item.name}} {% end %}
{% for tag_category in tag_category_list %}
{{tag_category.name}}
{% set tag_info_list = tag_category.tag_list %} {% include note/page/taglist_row.html %} {% end %}
{% end %} {% block aside %} {% include note/component/mod_aside.html %} {% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}