{% for topic in topics %}
#{{ "%02d" | format(topic.index) }}
{{ topic.topic.topic }}
{{ topic.detail | safe }}
参与成员: {{ topic.contributors }}
{% if loop.index0 % 2 == 0 %} 装饰图 {% else %} 装饰图 {% endif %}
{% endfor %}