init
This commit is contained in:
8
templates/error.html.twig
Executable file
8
templates/error.html.twig
Executable file
@@ -0,0 +1,8 @@
|
||||
{% extends 'partials/base.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="lead text-center">
|
||||
<h1>Error!</h1>
|
||||
{{ page.content }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user