{% extends 'base.html' %} {% block container %} {% include "partial/banner.html" %} {% include "partial/crumb.html" %}
{% categoryDetail with name="Title" %}
    {% archiveList products with type="page" limit="12" %} {% for item in products %}
  • {{item.Title}}

    {{item.Description}}

    详情
  • {% endfor %} {% endarchiveList %}
{% include "partial/pagination.html" %}
{% include "partial/sidebar.html" %}
{% endblock %}