{% extends 'base.html' %} {% load static %} {% block body %}
{% include 'core/partials/navbar.html' %} {% include 'core/partials/sidebar.html' %}
{% block content %} {% endblock %}
{% endblock %}