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

11 lines
245 B
Twig
Raw Normal View History

{% extends 'partials/base.html.twig' %}
{% block content %}
<article class="box post post-excerpt">
<header>
<h2>{{ page.header.title }}</h2>
</header>
{{ content|raw }}
{% include "forms/form.html.twig" %}
</article>
{% endblock %}