{% if article_tags_list %}
标签
{% for url,count,tag,color in article_tags_list %} {{ tag.name }} {{ count }} {% endfor %}
{% endif %}