themes/BootstrapChildTheme/SyliusShopBundle/views/Homepage/_catalog.html.twig line 1

Open in your IDE?
  1. <section class="homepage-catalog container-fluid mt-6">
  2.     <div class="mx-lg-3">
  3.         <h2>{{ 'app.ui.homepage.catalog_title'|trans }}</h2>
  4.         {{ render(url('sylius_shop_partial_channel_menu_taxon_index', {'template': '@SyliusShop/Taxon/_homepage_catalog.html.twig'})) }}
  5.     </div>
  6. </section>