{% extends "layout/base.html" %} {% block head %} {% endblock %} {% block content %}
{% include 'documentation/_navigation.html' %}
{% block doc_content %}{% endblock %}
{% if prev_page %} ← {{ prev_page.title }} {% endif %}
{% if next_page %} {{ next_page.title }} → {% endif %}
{% endblock %}