From d027035c95187386ecaa3bdb4b9d366877bc10ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 29 Feb 2024 16:19:50 +0100 Subject: [PATCH] Replace body with base template New config layout New title layout --- Resources/views/default/about.html.twig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/views/default/about.html.twig b/Resources/views/default/about.html.twig index c0cf68d..b075486 100644 --- a/Resources/views/default/about.html.twig +++ b/Resources/views/default/about.html.twig @@ -1,4 +1,4 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %}
@@ -20,35 +20,35 @@

{% trans %}About Libre Air{% endtrans %}

-

{{ '%title%, an information site for outdoor dancers and organizers.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

+

{{ '%title%, an information site for outdoor dancers and organizers.'|trans({'%title%': '' ~ title.site ~ ''})|raw }}

{% trans %}Our mission{% endtrans %}

-

{{ '%title%\'s mission is simple: provide dancers with the information they need to easily find organizers dance sessions.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

+

{{ '%title%\'s mission is simple: provide dancers with the information they need to easily find organizers dance sessions.'|trans({'%title%': '' ~ title.site ~ ''})|raw }}

{% trans %}If it's an outdoor place we want to document it.{% endtrans %}

- {#

{{ site.title }}{% trans %}, an information site for outdoor dancers and organizers.{% endtrans %}

#} + {#

{{ title.site }}{% trans %}, an information site for outdoor dancers and organizers.{% endtrans %}

#}

{% trans %}How you can help{% endtrans %}

{% trans %}Our community is composed of amazing dancers all around the world who participate, review dance session and help us promote them.{% endtrans %}

-

{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

-

{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '' ~ 'our donation page'|trans ~ ''})|raw }}

+

{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '' ~ title.site ~ ''})|raw }}

+

{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '' ~ 'our donation page'|trans ~ ''})|raw }}

{% trans %}History of Libre Air{% endtrans %}

{#

{% trans %}Our community is composed of amazing dancers all around the world who participate, review dance session and help us promote them.{% endtrans %}

-

{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

-

{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '' ~ 'our donation page'|trans ~ ''})|raw }}

#} +

{{ 'However, you don\'t need to be a professional dancer or organizer to help %title%!'|trans({'%title%': '' ~ title.site ~ ''})|raw }}

+

{{ 'Donate on %title% to help us fund our mission.'|trans({'%title%': '' ~ 'our donation page'|trans ~ ''})|raw }}

#} -

{{ 'The %title% project started in 2019 when the need for a new dispatch platform for outdoor dance events arose.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

+

{{ 'The %title% project started in 2019 when the need for a new dispatch platform for outdoor dance events arose.'|trans({'%title%': '' ~ title.site ~ ''})|raw }}

{% trans %}Since then the project has grown and now forms a central point for broadcasting outdoor dance events from different organizers.{% endtrans %}

-

{{ 'In the future, %title% hopes to become a daily visited resource for participants and organizers of outdoor dance sessions.'|trans({'%title%': '' ~ site.title ~ ''})|raw }}

+

{{ 'In the future, %title% hopes to become a daily visited resource for participants and organizers of outdoor dance sessions.'|trans({'%title%': '' ~ title.site ~ ''})|raw }}

-- 2.41.0