Back to Loco

{{ section.title }}

docs-site/templates/docs/section.html

0.16.4512 B
Original Source

{{ section.title }}

{{ section.content | safe }}

{% set index_path = current_path ~ "_index.md" | trim_start_matches(pat="/") %} {% set index = get_section(path=index_path) %} {% for page in index.pages %}

{{ page.title }} →

{% endfor %} {% for s in index.subsections %} {% set subsection = get_section(path=s) %} {% if subsection.pages %} {% for page in subsection.pages %}

{{ page.title }} →

{% endfor %} {% endif %} {% endfor %}