view templates/default/social_contract/social_contract.html @ 20:a24d362796be

use python module to run sphinx: this way we are sure to run the right version with right Python environment.
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 17:38:36 +0100
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 %}