{% extends 'base.html' %} {% block container %} {% include "partial/breadcrumb.html" %}
{% categoryDetail with name="Title" %}
{% categoryList productCategories with %} {% if productCategories %}
{% for item in productCategories %} {{item.Title}} {% endfor %}
{% endif %} {% endcategoryList %}

{% categoryDetail with name="Title" %}

{% categoryDetail with name="Description" %}

{% include "partial/pagination.html" %}
{% endblock %}