Mercurial > libervia-website
view templates/default/social_contract/social_contract.html @ 8:dc880664a8ec
modernisation of the theme using Bulma
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Apr 2021 18:51:12 +0200 |
parents | 09d66acc7c73 |
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 %}