init
This commit is contained in:
commit
c9def51b7e
38 changed files with 5755 additions and 0 deletions
8
templates/error.html.twig
Normal file
8
templates/error.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends 'partials/base.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="lead text-center">
|
||||
<h1>Error!</h1>
|
||||
{{ page.content }}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue