{% load static %} {% load render_bundle from webpack_loader %} {% load django_htmx %} {% block head_title %} Generic Django Base Template {% endblock head_title %} {% block head %} {% endblock head %} {% htmx_script %} {% render_bundle 'lara_django_base_core' 'css' config='BASE' %} {% block extra_head %} {% endblock extra_head %} {% block top-navbar %} {% endblock top-navbar %}
{% block sidebar %} {% endblock sidebar %} {% block drawer %} {% endblock drawer %}
{% block content %} {% endblock content %}