{% extends 'base.html' %} {% block container %}
{% categoryDetail with name=

{% categoryDetail with name="Title" %}

Products

{% include "partial/breadcrumb.html" %}
    {% archiveList archives with type="page" limit="12" %} {% for item in archives %}
  • {{item.Title}}

    {{item.Title}}

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