{% include 'partials/head.html' %}
{% include 'partials/docs-nav.html' %}
{% include 'partials/modules-side-nav.html' %}
{% block content %}{% endblock %} {% if page.next_page || page.previous_page %}
{% include 'partials/pagination.html' %} {% endif %}
{% if hide_megafooter != true %} {% include 'partials/docs-mega-footer.html' %} {% endif %} {% include 'partials/footer.html' %}