GravTheme/templates/error.html.twig

9 lines
178 B
Plaintext
Raw Normal View History

2023-09-02 11:11:48 +00:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="lead text-center">
<h1>Fehler!</h1>
{{ page.content|raw }}
</div>
{% endblock %}