{# SIDE NAV, TOGGLES ON MOBILE #}
{% if not theme_sidebar_right %}
{% include "components/sidebar.html" %}
{% endif %}
{%- block content %}
{%- block document %}
{% block body %}
{{ body }}
{% endblock %}
{% block comments %}{% endblock %}
{% endblock %}
{% endblock %}
{% if theme_sidebar_right %}
{% include "components/sidebar.html" %}
{% endif %}
{% if not embedded %}
{%- for scriptfile in script_files %}
{%- endfor %}
{% endif %}
{# STICKY NAVIGATION #}
{% if theme_sticky_navigation %}
{% endif %}
{%- block footer %} {% endblock %}