{% extends "base.html.twig" %}
{% block title %}Contact{% endblock %}
{% block body %}
{{ message }}
{% endfor %} {% for message in app.flashes('noticeContact') %}{{ message }}
{% endfor %} {{ form_start(form, { attr: { novalidate: 'novalidate', id: 'contactForm' } }) }}