This commit is contained in:
2019-12-05 16:17:21 +01:00
commit a64fc762f0
14 changed files with 382 additions and 0 deletions

8
templates/error.html.twig Executable file
View File

@@ -0,0 +1,8 @@
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="lead text-center">
<h1>Error!</h1>
{{ page.content }}
</div>
{% endblock %}