X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7a56f5fca86c3f68343df9ed21b3e0388e59702b..49e39d805a089a8065015defa6e6fee22be4fcdb:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 9ce4b11..8aeec00 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,7 +1,46 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %} -
-

{{ section }}

-

{{ 'Welcome to the outdoor space reservation system'|trans }}

-
+
+
+

{{ description }}

+
+
+ {% if calendar is defined and calendar %} + + {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} +
+
+ {{ include('@RapsysAir/default/_city.html.twig') }} {% endblock %}