Mercurial > libervia-website
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:b5fc67c97c50 | 8:dc880664a8ec |
---|---|
1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} | 1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} |
2 | 2 |
3 {% block body %} | 3 {% block body %} |
4 <h1 class="page__title">{% trans %}Salut à Toi Social Contract{% endtrans %}</h1> | 4 <div class="section container has-background-white"> |
5 <div class="box box--zero box--medium box__content"> | 5 <h1 class="title">{% trans %}Salut à Toi Social Contract{% endtrans %}</h1> |
6 {{social_contract}} | 6 <div class="content has-text-justified"> |
7 {{social_contract}} | |
8 </div> | |
7 </div> | 9 </div> |
8 {% endblock body %} | 10 {% endblock body %} |