templates/base/Apropos.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}{{parent()}}Contact{% endblock %}
  3. {% block body %}
  4.     <h1 class="text-center text-primary mt-4 pt-4 display-1 fw-bold"> A propos</h1>
  5. {% endblock %}