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

13 lines
243 B
Twig
Raw Normal View History

2015-01-15 19:15:54 +01: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 %}