{% extends 'base.html.twig' %}
{% block title %}Contactez-nous !{% endblock %}
{% block body %}
Accueil {% if searchCategorie is defined and searchCategorie is not null%} {{ searchCategorie.libelle }} {% else %} contactez-nous {% endif %}
Accueil
{% if searchCategorie is defined and searchCategorie is not null%}
{{ searchCategorie.libelle }}
{% else %}
contactez-nous
{% endif %}
Contactez-nous {% for message in app.flashes('notification') %} {{ message }} × {% endfor %} Envoyer
Contactez-nous
{% for message in app.flashes('notification') %}
{{ message }} ×
{{ message }}
×
{% endfor %}
Envoyer
{% endblock %}