Files
grav-ouidade.com/user/plugins/admin/themes/grav/templates/logout.html.twig
T

17 lines
485 B
Twig

{% embed 'partials/login.html.twig' with {title:'Grav Logout'} %}
{% block head %}
{{ parent() }}
<meta http-equiv="refresh" content="3; URL={{ base_url_relative }}">
{% endblock %}
{% block page %}
<section id="admin-login" class="default-glow-shadow">
<h1>
{{ title }}
</h1>
{{ admin.setMessage('PLUGIN_ADMIN.LOGGED_OUT'|t) }}
{% include 'partials/messages.html.twig' %}
</section>
{% endblock %}
{% endembed %}