reitanlage-oranienburg/templates/error.html.twig

9 lines
173 B
Twig
Raw Normal View History

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