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