{% extends "./page.html" %} {% block title %}{% i18n "GLOSSARY" %}Glossary{% endi18n %} | {{ title }}{% endblock %} {% block content %}

Glossary

{% for item in glossaryIndex %}

{{ item.name }}

{{ item.description }}

{% endfor %}
{% endblock %}