{% endif %}
{% for header in toc_headers %}
{% if header.name not in DISALLOWED_TAGS and header.content not in DISALLOWED_HEADERS %}
{% if NO_REF != 'True' %}
{% if header.ref %}
{% include 'table-of-content-element.html' with WITH_HEADER_TYPE=WITH_HEADER_TYPE %}
{% else %}
{% include 'table-of-content-element.html' with WITH_HEADER_TYPE=WITH_HEADER_TYPE %}
{% endif %}
{% else %}
{% include 'table-of-content-element.html' with WITH_HEADER_TYPE=WITH_HEADER_TYPE %}
{% endif %}