Mercurial > libervia-website
view templates/default/social_contract/social_contract.html @ 22:5fd933e238bb
massive refactoring from camelCase -> snake_case. See backend commit log for more details
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 22 May 2023 09:11:54 +0200 |
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 %}