Mercurial > libervia-website
annotate templates/default/social_contract/social_contract.html @ 10:0e9e97777fe0
doc: `-` in doc name is replace by `/`:
this is needed for Cagou which is deskop/mobile frontend.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 23 Apr 2021 11:04:23 +0200 |
parents | dc880664a8ec |
children |
rev | line source |
---|---|
0 | 1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} |
2 | |
3 {% block body %} | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
4 <div class="section container has-background-white"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
5 <h1 class="title">{% trans %}Salut à Toi Social Contract{% endtrans %}</h1> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
6 <div class="content has-text-justified"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
7 {{social_contract}} |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
8 </div> |
0 | 9 </div> |
10 {% endblock body %} |