templates/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.     <!-- herobannerarea__section__start -->
  4.         {% include 'blocs/blocsIndex/herobannerarea.html.twig' %}
  5.     <!-- herobannerarea__section__end-->
  6.     <!-- brand__section__start -->
  7.         {% include 'blocs/blocsIndex/brand.html.twig' %}
  8.     <!-- brand__section__end -->
  9.     <!-- aboutarea__2__section__start -->
  10.         {% include 'blocs/blocsIndex/aboutareabloc.html.twig' %}
  11.     <!-- aboutarea__2__section__end -->
  12.     <!-- counter__section__start -->
  13.         {% include 'blocs/blocsIndex/counterblocs.html.twig' %}
  14.     <!-- counter__section__end-->
  15.     <!-- populer__section__start -->
  16.         {% include 'blocs/blocsIndex/popularbloc.html.twig' %}
  17.     <!-- populer__section__end -->
  18.     
  19.     <!-- populer__section__start -->
  20.         {% include 'blocs/blocsIndex/popularbloc2.html.twig' %}
  21.     <!-- populer__section__end-->
  22.     <!-- grid__section__start -->
  23.         {% include 'blocs/blocsIndex/gridbloc.html.twig' %}
  24.     <!-- grid__section__end -->
  25.     <!-- register__section__start-->
  26.         {% include 'blocs/blocsIndex/registerbloc.html.twig' %}
  27.     <!-- register__section__start-->
  28.     <!-- Learning__section__start -->
  29.         {% include 'blocs/blocsIndex/learningbloc.html.twig' %}
  30.     <!-- Learning__section__end-->
  31.     
  32.     <!-- about__section__3__start -->
  33.         {% include 'blocs/blocsIndex/aboutbloc.html.twig' %}
  34.     <!-- about__section__3__end -->
  35.     <!-- blog__section__start -->
  36.         {% include 'blocs/blocsIndex/blogareabloc.html.twig' %}
  37.     <!-- blog__section__end -->
  38. {% endblock %}