{% extends "base.html" %} {% block title %}{{ section.title }}{% endblock %} {% block header %}{{ section.title }}{% endblock %} {% block navigation %} {% for a in section.ancestors %} {% set s = get_section(path=a) %} {% if loop.index != 1 %} > {% endif %}{{ s.title }} {% endfor %} > {{ section.title }} {% endblock %} {% block content %}
{{ page.description }}