themes/BootstrapTheme/SyliusShopBundle/views/Homepage/_productsSelection.html.twig line 1

Open in your IDE?
  1. {% import '@SyliusShop/Common/Macro/sectionHeaders.html.twig' as headers %}
  2. <div class="bloc-top">
  3.     <div class="container p-0">
  4.         <div class="bloc-top-content">
  5.             <h2 class="titre-top-content">
  6.                 <strong>{{ 'app.homepage.selection_title'| trans }}</strong>
  7.             </h2>
  8.             {{ render(url('app_shop_partial_product_index_selection', {'count': 6, 'template': '@SyliusShop/Homepage/_carouselselection.html.twig'})) }}
  9.         </div>
  10.     </div>
  11. </div>