{% init tag_list = [] %}
{% if len(tag_list) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for tag_item in tag_list %} {% if tag_item.is_marked %} 置顶 {% end %} {{ tag_item.name }}
{{ tag_item.amount }}
{% end %}