Table des matières

    {% for h1 in toc %} {#
  1. {{ h1.title }} #} {% if h1.children %}
      {% for h2 in h1.children %}
    1. {{ h2.title }} {% if h2.children %}
        {% for h3 in h2.children %}
      1. {{ h3.title }} {% if h3.children %}
          {% for h4 in h3.children %}
        1. {{ h4.title }}
        2. {% endfor %}
        {% endif %}
      2. {% endfor %}
      {% endif %}
    2. {% endfor %}
    {% endif %}
  2. {% endfor %}