{% block extrahead %}{% endblock %} {% for path in config.extra_css %}
{% endfor %}
{% include 'partials/sidebar.html' %}
{% include 'partials/topbar.html' %}
{% block content %}{% endblock %}
{% include 'partials/footer.html' %}
{% for path in config.extra_javascript %} {% endfor %}