{% extends 'base.html' %} {% block container %} {% include "partial/crumb.html" %}
{% categoryList productCategories with moduleId="2" parentId="0" %} {% for item in productCategories %}

{{item.Title}}

    {% archiveList products with type="list" categoryId=item.Id limit="8" %} {% for item in products %}
  • {% endfor %} {% endarchiveList %}
{% endfor %} {% endcategoryList %}
{% endblock %}