{% import 'macros/example.html' as macros %} {% include 'partials/head.html' %} {% include 'partials/docs-nav.html' %}
{% block content %}{% endblock %} {% if page.next_page || page.previous_page %}
{% include 'partials/pagination.html' %} {% endif %}
{% include 'partials/in-page-nav.html' %}
{% include 'partials/footer.html' %}