{% for h in toc %}
{% if h.children %}
{% for h2 in h.children %}
{% endfor %}
{% endif %}
{% endfor %}
{% block content %}
{% block sidebar %}
{% endblock %}
{{ trans(key="content_heading_text", lang=lang | safe) }}
{{ section.content | markdown | safe }}
{% endblock content %}