{% from 'base/link.html' import user %} {% if topics.items %}
{% for topic in topics.items %}
{% for tag in topic.tags %} {{ tag.tagname }} {% endfor %}
{{ user(topic.author.username) }}
{{ topic.publish | timesince }}
{% endfor %}
{% else %}
没有帖子
{% endif %}