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

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. {% block content %}
  12.     <div class="index-bg m-0">
  13.         <div class="homepage">
  14.             {{ sylius_template_event('sylius.shop.homepage') }}
  15.         </div>
  16.     </div>
  17. {% endblock %}