first commit : grave core and admin plugin

This commit is contained in:
Bachir Soussi Chiadmi
2015-11-02 17:10:54 +01:00
commit ad38015ea9
1834 changed files with 200353 additions and 0 deletions
@@ -0,0 +1,12 @@
{% extends 'partials/base.html.twig' %}
{% block content_full %}
<div class="error">
{% include 'partials/messages.html.twig' %}
{{ content }}
</div>
{% endblock %}
{% block footer_section %}
<br /><br /><br />
{% endblock %}