From 0f18160299c673132074eee028aff4d587290ca5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 28 Aug 2021 10:17:35 +0200 Subject: [PATCH] New page title and description schema --- Resources/views/form/contact.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}

-- 2.41.0