templates/default/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Accueil | {{ parent() }}{% endblock %}
  3. {% block content %}
  4. <div class="boxed_wrapper">
  5.     {% block caroussel %}{% endblock %}
  6. {#     {% include 'partials/caroussel.html.twig' %}#}
  7.      {% include 'partials/about.html.twig' %}
  8.      {% include 'partials/traning.html.twig' %}
  9.      {% include 'partials/project.html.twig' %}
  10.      {% include 'partials/testimony.html.twig' %}
  11. {#     {% include 'partials/team.html.twig' %}#}
  12. </div>
  13. {% endblock %}