view templates/default/social_contract/social_contract.html @ 13:b8bf3cd79a9a

tempalte: settings to use `bulma` theme as basis
author Goffi <goffi@goffi.org>
date Fri, 23 Apr 2021 11:58:07 +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 %}