{# SIDE NAV, TOGGLES ON MOBILE #}
{% include "sidebar.html" %}
{# PAGE CONTENT #}
{% include "navigation.html" %}
{% block body %}{% endblock %}