X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ac34727967d88619e2722ae9e4617ffdc9801150..2269e8003d2211ce255427813b60605e53c1e97d:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 20e2b0f..a3560e0 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,7 +1,46 @@ {% extends '@RapsysAir/body.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 %}