{% if featuredCollection %} {% for product in featuredCollection.products %}
{{ partial('shop-grid-item', { 'product': product }) }}
{% endfor %} {% else %}

The product collection was not found. Please create this group on the Shop/Collections page.

{% endif %}