{% load static %} Squest {% if 'login' not in request.path %} {% include 'navbar.html' %} {% include 'sidebar.html' %} {% endif %} {% block content %}{% endblock %} {% if 'login' not in request.path %} {% endif %}