{{ log.debug("Rendering " + module.path) }}
'|safe if config.show_symbol_type_toc else '') + module.name,
) %}
{% block heading scoped %}
{% if config.show_symbol_type_heading %}
{% endif %}
{% if config.separate_signature %}
{{ module_name }}
{% else %}
{{ 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=('
'|safe if config.show_symbol_type_toc else '') + module.name,
hidden=True,
) %}
{% endfilter %}
{% endif %}
{% set heading_level = heading_level - 1 %}
{% endif %}