{% extends "base.html" %} {% block title %} {{ page.title }} {% endblock %} {% block content %} {% set section = get_section(path="docs/_index.md") %} pages {% for page in section.pages %} {{page.title}} {% endfor %} {{ page.title }} {{ page.content | safe }} {% endblock %}