{% load static %} Squest {% if 'login' not in request.path %} {% include 'navbar.html' %} {% include 'sidebar.html' %} {% endif %} {% block content %} {% block start_content %}{% endblock %}
{% block header %}
{% include "generics/breadcrumbs.html" %}
{% block header_button %}{% endblock %}
{% endblock %}
{% block main %}{% endblock %}
{% block end_content %}{% endblock %} {% endblock %} {% if 'login' not in request.path %} {% endif %}