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

{{ page.title }}

{% if page.subtitle %}

page.subtitle

{% endif %}
{% if page.toc|length > 1 %}
{% for section in page.toc %} {% endfor %}
{% endif %} {% for section in page.sections %}

{{ section.title }}

{{ section.content }}
{% endfor %} {% endblock content %}