{% extends "base.html" %} {% block content %}

#{{ tag.name }}

共有 {{ tag.article_count }} 篇相關文章

{% for art in tag.articles %} {% endfor %}
{% endblock %}