{# template to insert a Classes topic in the sidebar if the .. classoverview directive is used in the current document #} {% if classoverview_links | length > 0 %}

Classes

{% for pair in classoverview_links %}

{{pair[0]}}

{% endfor %}
{% endif %}