X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/830512510b2cc0d7d6aeab793bf63a250f00df9b..7d3b1e0f78f0f4bccd66a4116a440937df7b0410:/templates/base.html.twig diff --git a/templates/base.html.twig b/templates/base.html.twig deleted file mode 100644 index f6e912c..0000000 --- a/templates/base.html.twig +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {% block title %}{{ title }} - {{ site }}{% endblock %} - - {% block stylesheets %}{% endblock %} - {% block javascripts %}{% endblock %} - - - {% block body %} -
-
-

{{ site }}

-
- {{ include('@RapsysUser/_message.html.twig') }} - {% block content %}{% endblock %} - {{ include('@RapsysUser/_footer.html.twig') }} -
- {% endblock %} - -