]> Raphaël G. Git Repositories - airbundle/commitdiff
Switch to new header system
authorRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:38:37 +0000 (01:38 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:38:37 +0000 (01:38 +0100)
Resources/views/form/contact.html.twig

index fb41195d029a2c868b3a259e883ba96a52678256..ee75ed07b5cb773ff1e602080787d58f1104fe56 100644 (file)
@@ -1,7 +1,10 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
        <section id="form">
-               <h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
+               <header>
+                       <h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2>
+                       <p>{{ description }}</p>
+               </header>
                {% if sent %}
                        <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>
                {% else %}