{% extends 'base.html' %} {% block container %}
{% include "partial/breadcrumb.html" %}
{% tagDataList articles with type="page" limit="10" %} {% endtagDataList %}
{% pagination pages with show="4" %}
{{pages.FirstPage.Name}} {% if pages.PrevPage %} {{pages.PrevPage.Name}} {% endif %} {% for item in pages.Pages %} {{item.Name}} {% endfor %} {% if pages.NextPage %} {{pages.NextPage.Name}} {% endif %} {{pages.LastPage.Name}}
{% endpagination %}
为您推荐
    {% archiveList popularArticles with type="list" order="views desc" limit="6" %} {% endarchiveList %}
{% endblock %}