{% extends 'base.html.twig' %} {% block title %}Patrimoine Roses | Accueil{% endblock %} {% block body %}
{{ 'association'|trans }}

{{ 'homepage_association_title'|trans | nl2br }}

{{ 'homepage_association'|trans }}

{{ 'read_more'|trans }}
{% if stds|length > 0 %}
{% endif %} {% if news|length > 0 %}
{{ 'news'|trans }} & Save the date

{{ 'news'|trans }}

{{ 'homepage_news'|trans }}

{% endif %}
{{ 'contact_and_membership'|trans }}

{{ 'join_the_association'|trans }}

{{ 'join_the_association_text'|trans | nl2br }}

{{ 'join'|trans }}
{% endblock %}