{% include '_includes/head.html' %} {% include '_includes/navbar.html' %}
{% include '_includes/sidebar.html' %}
{% block content %} {% endblock %}
{% include '_includes/javascript.html' %} {% block javascript %} {% endblock %} {% include '_includes/foot.html' %}