{% extends "layout.html" %} {% block title %}{{ page.title }}{% endblock title %} {% block side %} {% set doc_section = get_section(path="docs/_index.md") %} {% for sec_path in doc_section.subsections %} {% set sec = get_section(path=sec_path) %} {{ sec.title }} {% for sec_page in sec.pages %} {{sec_page.title}} {% if current_path != sec_page.path and current_path is starting_with(sec_page.path) %} {{page.title}} {% endif %} {% endfor %} {% endfor %} {% endblock side %} {% block content %}