{% extends "site.html" %} {% block title %}Glossary | {{ title }}{% endblock %} {% block page_inner %} {% for item in glossaryIndex %}

{{ item.name }}

{{ item.description }}

Index

{% endfor %} {% endblock %}