]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/default/index.html.twig
Rename page template to default
[airbundle] / Resources / views / default / index.html.twig
diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig
new file mode 100644 (file)
index 0000000..9ce4b11
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends '@RapsysAir/body.html.twig' %}
+{% block content %}
+       <section id="content">
+               <h2><a href="{{ path('rapsys_air_index') }}">{{ section }}</a></h2>
+               <p>{{ 'Welcome to the outdoor space reservation system'|trans }}</p>
+       </section>
+{% endblock %}