From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 08:17:35 +0000 (+0200) Subject: New page title and description schema X-Git-Tag: 0.2.0~29 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/b48ad31b0d479ccbbeb4557a9439587b9f137aec 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 %}