{% set category_page = globals.category_page %}
{% if category_page and not category %}

Category not found

We are sorry, the requested category was not found.

{% else %} {% paginate products by 8 %}
{{ partial('shop-grid-view', { 'product': product, 'products': products, 'pagination': pagination}) }}
{{ partial('shop-list-view', { 'product': product, 'products': products, 'pagination': pagination}) }}
{% navigation %}
{% endpaginate %} {% endif %}