{% extends '@SyliusShop/layout.html.twig' %} {% block title %}{{ product.name }} | {{ parent() }}{% endblock %} {% block beforeContent %} {% include '@SyliusShop/Product/Show/_breadcrumb.html.twig' %} {% endblock %} {% block content %}
{{ sylius_template_event('sylius.shop.product.show.left_sidebar', _context) }}
{{ sylius_template_event('sylius.shop.product.show.right_sidebar', _context) }}
{{ sylius_template_event('sylius.shop.product.show.content', _context) }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}