{{ log.debug("Rendering " + module.path) }}
{{ module_name }}
{% endif %}
{% endblock heading %}
{% block labels scoped %}
{% with labels = module.labels %}
{% include "labels.html" with context %}
{% endwith %}
{% endblock labels %}
{% endfilter %}
{% else %}
{% if config.show_root_toc_entry %}
{% filter heading(heading_level,
role="module",
id=html_id,
toc_label=module.name,
hidden=True) %}
{% endfilter %}
{% endif %}
{% set heading_level = heading_level - 1 %}
{% endif %}