Mercurial > libervia-website
view templates/default/social_contract/social_contract.html @ 19:608cec27bfea
i18n: Translated using Weblate (French)
Currently translated at 100.0% (148 of 148 strings)
Translation: Libervia/Website
Translate-URL: https://salut-a-toi.org/weblate/projects/libervia/website/fr/
author | Goffi <tmp-weblate_goffi.org@goffi.org> |
---|---|
date | Wed, 16 Jun 2021 18:17:17 +0000 |
parents | dc880664a8ec |
children |
line wrap: on
line source
{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% block body %} <div class="section container has-background-white"> <h1 class="title">{% trans %}Salut à Toi Social Contract{% endtrans %}</h1> <div class="content has-text-justified"> {{social_contract}} </div> </div> {% endblock body %}