templates/bundles/SyliusShopBundle/Homepage/Carousels/_latestComponents.html.twig line 1

Open in your IDE?
  1. <h2 class="text-3xl font-bold">{{ 'app.ui.latest_components'|trans }}</h2>
  2. <div data-js-products-carousel-id="latest-components">
  3.     {{ render_products_by_taxon_code('components', '@SyliusShop/Homepage/_list.html.twig') }}
  4. </div>
  5. <div class="ui hidden divider"></div>