13 lines
243 B
Twig
Raw Permalink Normal View History

2019-04-02 19:54:29 +02:00
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ content }}
<div class="alert">{{ form.message }}</div>
<p>Here is the summary of what you wrote to us:</p>
{% include "forms/data.html.twig" %}
{% endblock %}