TL;DR:
{{ page.extra.tldr }}
{%- if lang != config.default_language %} {{ trans(key="table_of_contents" | safe, lang=lang) }} {% else %} Table of Contents {% endif %}
-
{% for h1 in page.toc %}
-
{{ h1.title }}
{% if h1.children %}
-
{% for h2 in h1.children %}
-
{{ h2.title }}
{% if h2.children %}
-
{% for h3 in h2.children %}
- {{ h3.title }} {% endfor %}
{% endfor %}
{% endfor %}
-
{{ h2.title }}
{% if h2.children %}