{% extends 'base.html' %} {% block container %}
{% breadcrumb crumbs with title=false %} {% for item in crumbs %} {{item.Name}} {% endfor %} {% endbreadcrumb %}
参数筛选:
{% archiveFilters filters with allText="默认" %} {% for item in filters %}
  • {{item.Name}}:
  • {% for val in item.Items %}
  • {{val.Label}}
  • {% endfor %}
{% endfor %} {% endarchiveFilters %}
{% archiveList articles with type="page" limit="10" %} {% endarchiveList %}
{% include "partial/pagination.html" %}
热门文章
    {% archiveList popularArticles with type="list" order="views desc" limit="6" %} {% endarchiveList %}
{% endblock %}