From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 08:17:35 +0000 (+0200) Subject: New page title and description schema X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/0f18160299c673132074eee028aff4d587290ca5 New page title and description schema --- diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index 783bc6e..ff124d5 100644 --- a/Resources/views/form/contact.html.twig +++ b/Resources/views/form/contact.html.twig @@ -2,8 +2,8 @@ {% block content %}
-

{{ page.title }}

-

{{ page.description }}

+

{{ title }}

+

{{ description }}

{% if sent %}

{% trans %}Your message has been sent{% endtrans %}