{% extends "layouts/base.html" %} {% block content %}

balls

{% for section_path in section.subsections %} {% set section = get_section(path=section_path) %} {{ section.title }} {% endfor %} {% endblock content %}