{% if topics %}

热门话题

{% for item in topics %}
#{{ item.index }} {{ item.topic.topic }} (参与者: {{ item.contributors }})

{{ item.detail | safe }}

{% endfor %}
{% endif %}