{% if questions|length > 0 %}
热门问题
{% for item in questions %} {% set url = url({'for':'home.question.show','id':item.id}) %} {% set rank = loop.index %} {% endfor %}
{% endif %}