templates/consultant/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block head %}
  3. <meta name="description" content="{{conseiller[0].metaDescription}}" />
  4. <title>{% block title %}{{conseiller[0].titrePage}}{% endblock %}</title>
  5. {% endblock %}
  6. {% block body %}
  7. {% include('content/navbar/navbar.html.twig') %}
  8. {% include('content/consultant/consultant_page.html.twig') %}
  9. {% include('content/footer/footer_page.html.twig') %}
  10. {% endblock %}