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

Open in your IDE?
  1. {% import '@SyliusShop/Common/Macro/sectionHeaders.html.twig' as headers %}
  2. <section class="bloc-news pt-md-4 pt-3 mt-md-0">
  3.     <div class="max-container-3 px-mob-0">
  4.         {{ headers.default('app.homepage.news_title'|trans) }}
  5.         {{ render(url('sylius_shop_partial_product_index_latest', {'count': 15, 'template': '@SyliusShop/Homepage/_carousel.html.twig'})) }}
  6.         
  7.     </div>
  8. </section>