{% extends base %} {% block body_left %}
标签列表 / {{tagname}}
{% include common/button/back_button.html %}
{% set page_url="/note/tagname/"+tagcode+"?page=" %} {% include note/component/note_list_component.html %}
{% include mod_pagenation.html %}
{% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}