X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/408e3d492050ac34f994b6865bb3f8bac5dec044..c3013f0052a8f56d6f7bd6bcd54a596c794d20b5:/templates/base.html.twig diff --git a/templates/base.html.twig b/templates/base.html.twig new file mode 100644 index 0000000..f6e912c --- /dev/null +++ b/templates/base.html.twig @@ -0,0 +1,22 @@ + + + + + {% 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 %} + +