grav/themes/striped/templates/formdata.html.twig

14 lines
296 B
Twig
Raw Normal View History

{% extends 'partials/base.html.twig' %}
{% block content %}
<article class="box post post-excerpt">
<header>
<h2>{{ form.message }}</h2>
</header>
<p>Here is the summary of what you wrote to us:</p>
{{ content|raw }}
{% include "forms/data.html.twig" %}
</article>
{% endblock %}