{% for product in pagination.items %}
{{ partial('shop-grid-item', { 'product': product }) }}
{% else %}

There are no products in this category.

{% endfor %}