reitanlage-oranienburg/templates/error.html.twig

9 lines
174 B
Twig
Raw Permalink Normal View History

2019-12-27 18:23:51 +00:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="lead text-center">
2020-01-25 02:39:55 +00:00
<h1>Fehler!</h1>
2019-12-27 18:23:51 +00:00
{{ page.content }}
</div>
{% endblock %}