themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Homepage/_productsGrid.html.twig line 1

Open in your IDE?
  1. <div class="bloc-top promotion-top">
  2.     <div class="container p-0"> 
  3.         <div class="bloc-top-content ">
  4.             <h2 class="titre-top-content">
  5.                 <strong>{% trans %}app.homepage.offers_title{% endtrans %}</strong> 
  6.             </h2>
  7.             {{ render(url('sylius_shop_partial_product_index_latest', {'count': 8, 'template': '@SyliusShop/Homepage/_carousel.html.twig'})) }}
  8.             <div class="text-center">
  9.                 <div class="btn-decouvrir"><a href="/taxons/selection">{{ 'app.homepage.see_all_offers'| trans }}</a></div>
  10.             </div>
  11.         </div>
  12.     </div>
  13. </div>