{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %}
Documentation

{{ page.title }}

{{ page.rel_path }} {% if page.module %} module {{ page.module }} {% endif %}
{% if page.headings|length > 2 %} {% endif %}
{{ page.html|safe }}
{% endblock %}