{% if topics %}

热门话题

{% for topic in topics %}
{{ topic.index }} {{ topic.topic.topic }}
参与者: {{ topic.contributors }}
{{ topic.topic.detail }}
{% endfor %}
{% endif %}