templates/front/home/index.html.twig line 1

Open in your IDE?
  1. {% extends 'front/_layout/base.html.twig' %}
  2. {% block title %}TWIN {% endblock %}
  3. {% block body %}
  4.     <div is="scroll-spy">
  5.         {% include 'front/home/_blocks/header.html.twig' %}
  6.         {% include 'front/home/_blocks/hero.html.twig' %}
  7.         {% include 'front/home/_blocks/functionalities.html.twig' %}
  8.         {% include 'front/home/_blocks/preview.html.twig' %}
  9.     </div>
  10. {% endblock %}