{% if topics %}
热门专题
{% for topic in topics %} {% set topic_url = url({'for':'home.topic.show','id':topic.id}) %} {{ topic.title }} {% endfor %}
{% endif %}