{% 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 %}