last batch of adjustements

This commit is contained in:
Bachir Soussi Chiadmi
2018-01-31 19:38:26 +01:00
parent 2600e318dd
commit fdb2b653d9
14 changed files with 600 additions and 387 deletions
@@ -0,0 +1,8 @@
{% extends 'partials/base.html.twig' %}
{% block content %}
<section class="default">
<h1>Error {{ header.http_response_code }}</h1>
<p>{{ page.content }}</p>
</section>
{% endblock %}