grav/plugins/form/templates/form.html.twig

9 lines
141 B
Twig
Raw Normal View History

2023-01-09 02:00:36 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ content|raw }}
{% include "forms/form.html.twig" %}
{% endblock %}