]> Raphaël G. Git Repositories - airbundle/commitdiff
New page title and description schema
authorRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 08:17:35 +0000 (10:17 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 08:17:35 +0000 (10:17 +0200)
Resources/views/form/contact.html.twig

index 783bc6e56e64f01f82fc469f8497ca95a4a5a99f..ff124d5c0166e95679fc0da84a279a27a19755c2 100644 (file)
@@ -2,8 +2,8 @@
 {% block content %}
        <section id="form">
                <header>
-                       <h2><a href="{{ path('rapsys_air_contact') }}">{{ page.title }}</a></h2>
-                       <p>{{ page.description }}</p>
+                       <h2><a href="{{ path('rapsys_air_contact') }}">{{ title }}</a></h2>
+                       <p>{{ description }}</p>
                </header>
                {% if sent %}
                        <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>