templates/contact/index.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block title %}Contactez-nous !{% endblock %}
  3. {% block body %}
  4. Accueil
  5. {% if searchCategorie is defined and searchCategorie is not null%}
  6. {{ searchCategorie.libelle }}
  7. {% else %}
  8. contactez-nous
  9. {% endif %}
  • Contactez-nous
  • {% for message in app.flashes('notification') %}
  • {{ message }}
  • {% endfor %}


  • {% endblock %}