{% extends '@SyliusShop/layout.html.twig' %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('home', null, 'bootstrapTheme') }}
{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('home', null, 'bootstrapTheme') }}
{% endblock %}
{% set block = app_get_blocks('texteperso_index', sylius.channel.code ) %}
{% set partners = app_get_partners() %}
{% block content %}
<section class="index-bg m-0">
<section class="homepage">
{{ sylius_template_event('sylius.shop.homepage') }}
</section>
</section>
{% endblock %}