{% extends "./page.html" %} {% block title %}{{ __("GLOSSARY") }} | {{ title }}{% endblock %} {% block content %}

{{ __("GLOSSARY") }}

{{ __("GLOSSARY") }}

{% for item in glossary %}

{{ item.name }}

{{ item.description|safe }}

{% endfor %}
{% endblock %}