{% extends 'base.html.twig' %} {% block body %}
{% if contenu.currentTranslation.title %}

{{contenu.currentTranslation.title|raw}}

{% else %}

{{'footer.CGPS'|trans}}

{% endif %} {{contenu.currentTranslation.description|raw}}
{% endblock %}