{% extends 'base.html.twig' %}
{% block body %}
{% include('content/navbar/navbar.html.twig') %}
{% include('content/consultant/allConsultant_page.html.twig') %}
{% include('content/footer/footer_page.html.twig') %}
{% endblock %}