{% include 'analytics.html' %}
Tuplex Documentation
{% include 'navbar.html' %}
Table of Contents
{{ toctree(collapse=True, maxdepth=2) }}
{% block body %} {% endblock %}
{% if prev %} {% if prev.title == 'contents' %}
{% else %}
← {{ prev.title }}
{% endif %} {% endif %} {% if next %}
{{ next.title }} →
{% endif %}