{% extends 'shop/_layouts/main' %} {% block main %}
← All products
{% include "shop/_images/product" with { class: 'u-max-full-width', number: '3' } %}

{{ product.title }}

{{ redirectInput('shop/cart') }} {{ csrfInput() }}
{% endblock %}