templates/home/allConseiller.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3. {% include('content/navbar/navbar.html.twig') %}
  4. {% include('content/consultant/allConsultant_page.html.twig') %}
  5. {% include('content/footer/footer_page.html.twig') %}
  6. {% endblock %}