X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ac34727967d88619e2722ae9e4617ffdc9801150..2884b5c8b4514b0e1c0dd0449db2af5be32382b6:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 20e2b0f..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 %}