{% extends 'base.html' %} {% block container %} {% include "partial/breadcrumb.html" %}

{% categoryDetail with name="Title" %}

    {% archiveList products with type="page" limit="9" %} {% for item in products %}
  • {{item.Title}}

    {{item.Description}}

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