{% from "macros/topic.html" import render_topic %}
{% for item in this.children.order_by('key') %} {% if item._id != "glossary" %} {{ render_topic(item, this.alt) }} {% endif %} {% endfor %}