X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a7223edbca1b62d04c76fd8534765f7f4fffc0c8..7a56f5fca86c3f68343df9ed21b3e0388e59702b:/Resources/views/default/index.html.twig?ds=inline diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig new file mode 100644 index 0000000..9ce4b11 --- /dev/null +++ b/Resources/views/default/index.html.twig @@ -0,0 +1,7 @@ +{% extends '@RapsysAir/body.html.twig' %} +{% block content %} +
+

{{ section }}

+

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

+
+{% endblock %}