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

12 lines
176 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
<h2>{{ form.message }}</h2>
2015-01-15 19:15:54 +01:00
{{ content|raw }}
</div>
2015-01-15 19:15:54 +01:00
{% endblock %}