{% extends 'base.html' %} {% block container %}
标签中心
{% tagList tags with type="page" limit="20" %} {% endtagList %}
{% include "partial/pagination.html" %}
{% categoryList categories with moduleId=1 parentId=0 %} {% endcategoryList %}
为您推荐
    {% archiveList popularArticles with type="list" order="views asc" limit="8" %}
      {% for item in popularArticles %}
    • {{item.Title}}
    • {% empty %}
    • 无为您推荐
    • {% endfor %}
    {% endarchiveList %}
{% endblock %}