{% include "templates/sidebar.html" %}
{% set hide_toc = page.is_homepage or page.url == '' %}
{% include "templates/page.html" %}
{% include "templates/bottom_navigation.html" %}
{% include "templates/bottom_sidebar.html" %}
{% if not hide_toc %}
{% include "templates/toc.html" %}
{% endif %}