{% import '@SyliusShop/Common/Macro/sectionHeaders.html.twig' as headers %}
<div class="bloc-top">
<div class="container p-0">
<div class="bloc-top-content">
<h2 class="titre-top-content">
<strong>{{ 'app.homepage.selection_title'| trans }}</strong>
</h2>
{{ render(url('app_shop_partial_product_index_selection', {'count': 6, 'template': '@SyliusShop/Homepage/_carouselselection.html.twig'})) }}
</div>
</div>
</div>