{% import 'base/link.html' as link_base %} {% if topics.items %} {% for topic in topics.items %}
由{{ link_base.user(topic.author.username) }} {{ topic.publish | timesince }} 发布
{% endfor %} {% else %}
没有帖子
{% endif %}