{% extends "index.html" %} {% block title %}Duniter | {{page.title}}{% endblock title %} {% block description %}{% endblock description %} {% block keywords %}{% if page.taxonomies.tags %}{% endif %}{% endblock keywords %} {% block content %}
{% set response = load_data(url="https://git.duniter.org/documents/licence-g1/-/raw/master/license/license_g1-fr-FR.rst") %}
{{ response }}
{% endblock content %}