{% extends 'base.html.twig' %}
{% block body %}
<!-- herobannerarea__section__start -->
{% include 'blocs/blocsIndex/herobannerarea.html.twig' %}
<!-- herobannerarea__section__end-->
<!-- brand__section__start -->
{% include 'blocs/blocsIndex/brand.html.twig' %}
<!-- brand__section__end -->
<!-- aboutarea__2__section__start -->
{% include 'blocs/blocsIndex/aboutareabloc.html.twig' %}
<!-- aboutarea__2__section__end -->
<!-- counter__section__start -->
{% include 'blocs/blocsIndex/counterblocs.html.twig' %}
<!-- counter__section__end-->
<!-- populer__section__start -->
{% include 'blocs/blocsIndex/popularbloc.html.twig' %}
<!-- populer__section__end -->
<!-- populer__section__start -->
{% include 'blocs/blocsIndex/popularbloc2.html.twig' %}
<!-- populer__section__end-->
<!-- grid__section__start -->
{% include 'blocs/blocsIndex/gridbloc.html.twig' %}
<!-- grid__section__end -->
<!-- register__section__start-->
{% include 'blocs/blocsIndex/registerbloc.html.twig' %}
<!-- register__section__start-->
<!-- Learning__section__start -->
{% include 'blocs/blocsIndex/learningbloc.html.twig' %}
<!-- Learning__section__end-->
<!-- about__section__3__start -->
{% include 'blocs/blocsIndex/aboutbloc.html.twig' %}
<!-- about__section__3__end -->
<!-- blog__section__start -->
{% include 'blocs/blocsIndex/blogareabloc.html.twig' %}
<!-- blog__section__end -->
{% endblock %}