{% if topics.items %}
{% for topic in topics.items %}
{% for tag in topic.tags %} {{ tag.tagname }} {% endfor %}
{{ user(topic.author.username) }}
{{ topic.publish.strftime('%Y-%m-%d') }}
{% endfor %}
{% else %}
没有帖子
{% endif %}