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

{{ product.title }}

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

← Back to all products.

{% endblock %}