grav-theme-libretic/templates/formdata.html.twig

13 lines
273 B
Twig
Raw Normal View History

2015-01-15 19:15:54 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="modular-row bottom ">
2020-12-13 01:32:27 +01:00
{{ content|raw }}
2015-01-15 19:15:54 +01:00
<h2>{{ form.message }}</h2>
<p>Voici le message que vous nous avez envoyé :</p>
2015-01-15 19:15:54 +01:00
{% include "forms/data.html.twig" %}
</div>
2015-01-15 19:15:54 +01:00
{% endblock %}