--- action: 'shop:product' template: inner protocol: all published: true name: Product url: '/product/:urlName' ---
{{ open_form({'class': 'custom', 'onsubmit': 'return false'}) }} {% if product %}
{{ partial('shop-product') }}
{% else %}

We are sorry, the requested product was not found.

{% endif %} {{ close_form() }} {{ partial('shop-product-review-form') }}