X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/434496435610caa3e1f9db4354d8c90b7cf0275f..b216e5f60d575e3658022c7e63ad7efff1019322:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 20e2b0f..e04f1b3 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,7 +1,45 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-

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

-
+
+
+

{{ title }}

+

{{ description }}

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