themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Homepage/index.html.twig line 21

Open in your IDE?
  1. {% extends '@SyliusShop/layout.html.twig' %}
  2. {% block javascripts %}
  3.     {{ parent() }}
  4.     {{ encore_entry_script_tags('home', null, 'bootstrapTheme') }}
  5. {% endblock %}
  6. {% block stylesheets %}
  7.     {{ parent() }}
  8.     {{ encore_entry_link_tags('home', null, 'bootstrapTheme') }}
  9. {% endblock %}
  10. {% set block = app_get_blocks('texteperso_index', sylius.channel.code )  %}
  11. {% set partners = app_get_partners()  %}
  12. {% block content %}
  13.     <section class="index-bg m-0">
  14.         <section class="homepage">
  15.             {{ sylius_template_event('sylius.shop.homepage') }}
  16.         </section>
  17.     </section>
  18. {% endblock %}