{% include "templates/sidebar.html" %}
{% block page %}
{% if page %}
{% include "templates/page.html" %}
{% include "templates/bottom_navigation.html" %}
{% endif %}
{% endblock page %}
{# burger menu (phone) #}
{% include "templates/bottom_sidebar.html" %}
{% block toc %}
{% if page %}
{% include "templates/toc.html" %}
{% endif %}
{% endblock toc %}