templates/bundles/SyliusShopBundle/Product/Index/_header.html.twig line 2

Open in your IDE?
  1. {{ render(url('sylius_shop_partial_taxon_show_by_slug', {
  2.     'slug': app.request.attributes.get('slug'),
  3.     'template': '@SyliusShop/Taxon/_header.html.twig'
  4. })) }}