]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/views/page/index.html.twig
Initial import
[airbundle] / Resources / views / page / index.html.twig
1 {% extends '@RapsysAir/base.html.twig' %}
2 {% block content %}
3 <section id="content">
4 <h2><a href="{{ path('rapsys_air_homepage') }}">{{ section }}</a></h2>
5 <p>{% trans %}Outdoor space reservation system{% endtrans %}</p>
6 </section>
7 {% endblock %}