{% load static %} {% if WITH_TITLE %}

{{WITH_TITLE}}

{% else %}

Table of content

{% endif %}
    {% for header in toc_headers %} {% if header.name not in DISALLOWED_TAGS and header.content not in DISALLOWED_HEADERS %}
  1. {% 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 %}
  2. {% endif %} {% endfor %}