{# Fallback section listing. The root _index.md uses index.html and there are no sub-sections today, so this template is unused; it exists for any future `content//_index.md` that wants an auto-generated page list. #} {% extends "base.html" %} {% block title %}{{ section.title }} — {{ config.title }} {% endblock title %} {% block content %}

{{ section.title }}

{{ section.content | safe }}
{% endblock content %}