{% load static %}
Title || {% block title %} {% endblock title %}
{% include 'partials/_css.html' %} {% block css %}{% endblock css %} {% include 'includes/header.html' %}
{% include 'includes/sidebar.html' %} {% block content %}{% endblock content %}
{% include 'includes/footer.html' %} {% include 'partials/_js.html' %} {% include 'partials/_swal.html' %} {% block js %}{% endblock js %}