{% extends "base.html.twig" %} {% block title %}Contact{% endblock %} {% block body %}

Contactez nous

{#

Notre accueil est ouvert de 8h à 20h

#} {#
+33 1 23 45 67 89
#}
{{ form_start(form) }} {{ form_row(form.nom, {'attr': {'class': 'form-control'}}) }}
{{ form_row(form.email, {'attr': {'class': 'form-control'}}) }}
{{ form_row(form.message, {'attr': {'class': 'form-control'}}) }}
{{ form_end(form) }}
{# end row #}
{# end container #} {% endblock %}