{% import 'base/link.html' as link_base %} {% for topic in topics %} {% set author = topic.author %}
{% if topic.is_top %}   {% endif %} {{ topic.title}}
由{{ link_base.user(topic.author.username) }} {{ topic.publish | timesince }} 发布
{% endfor %}