{% load static %} {% include 'header.html' %}
{% include "navbar.html" %} {% include "sidebar.html" %}

{{ page_title }}

{% block content %} {% endblock content %}
{% include "footer.html" %} {% block modal %} {% endblock modal %}
{% include "scripts.html"%} {% block script %} {% endblock script %}