{% if articles %}
相关文章
{% for article in articles %} {% set article_url = url({'for':'home.article.show','id':article.id}) %}
{{ article.view_count }} 浏览 {{ article.comment_count }} 评论
{% endfor %}
{% endif %}