{% load static %} {% block title %}{% endblock title %} | Berry Bootstrap 5 Admin Template {% include 'includes/styles.html' %} {% block extrastyle %}{% endblock extrastyle %} {% block loader %} {% include 'includes/loader.html' %} {% endblock loader %} {% block header %} {% include 'includes/navigation.html' %} {% endblock header %} {% block sidebar %} {% include 'includes/sidebar.html' %} {% endblock sidebar %} {% block content %}{% endblock content %} {% block footer %} {% include 'includes/footer.html' %} {% endblock footer %} {% include 'includes/scripts.html' %} {% block extra_js %}{% endblock extra_js %}