{% extends 'base.html' %} {% block main %}

标签中心

{% tagList articles with type="page" limit="10" %} {% for item in articles %}
{% endfor %} {% endtagList %} {% include "partial/pagination.html" %} {% endblock %}