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

13 lines
268 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 ">
2015-01-15 19:15:54 +01:00
{{ content }}
<h2>{{ form.message }}</h2>
2015-01-15 19:15:54 +01:00
<p>Here is the summary of what you wrote to us:</p>
{% include "forms/data.html.twig" %}
</div>
2015-01-15 19:15:54 +01:00
{% endblock %}