{%- if display_toc %} {% set toc_nodes = derender_toc(toc) %} {%- for item in toc_nodes recursive %}
  • {{ item.contents }} {%- if item.children -%}
      {{ loop(item.children) }}
    {%- endif %}
  • {%- endfor %} {%- endif %} {% include "sourcelink.html" %}