{% extends "base.html" %} {% block content %} {{ section.content | safe }} {% set section = get_section(path="_index.md") %} {% set subsections = section.subsections | sort | reverse %} {% for s in subsections %} {% set ss = get_section(path=s) %}