grav/themes/buha2/templates/error.html.twig

9 lines
190 B
Twig
Raw Normal View History

2023-01-10 13:20:14 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="prose">
<h1>{{ 'THEME_TAILWIND.ERROR'|t }}</h1>
{{ page.content|raw }}
</div>
{% endblock %}