{% extends base %} {% block body_left %}
{% include common/title/base_title.html %}
全部 {% for item in tag_type_list %} {{item.name}} {% end %}
{% include note/page/taglist_content.html %}
{% end %} {% block aside %} {% include note/component/mod_aside.html %} {% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}