From: Raphaƫl Gertz Date: Thu, 29 Feb 2024 15:19:50 +0000 (+0100) Subject: Replace body with base template X-Git-Tag: 0.3.0~7 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/d027035c95187386ecaa3bdb4b9d366877bc10ee Replace body with base template New config layout New title layout --- 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 }}