{% init tag_meta_list = [] %} {% if len(tag_meta_list) > 0 %}
标签 全部 {% for tag in tag_meta_list %} {{tag.tag_name}} {% end %}
{% end %}