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