mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-09 17:13:04 +01:00
13 lines
252 B
Twig
13 lines
252 B
Twig
{% extends 'partials/base.html.twig' %}
|
|
|
|
{% block content_full %}
|
|
<div class="error">
|
|
{% include 'partials/messages.html.twig' %}
|
|
{{ content }}
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block footer_section %}
|
|
<br /><br /><br />
|
|
{% endblock %}
|