{# [LIBRARY] codex_django/cabinet/templates/cabinet/base_htmx.html #} {# Partial template for HTMX responses. Views inherit from this template — not from base_cabinet.html. HTMX replaces #cab-content, OOB updates #cab-title. #} {% load static i18n %} {# OOB: updates the header in the topbar without page reload #}

{% block page_title %}{% endblock %}

{% block cabinet_content %}{% endblock %} {% block extra_js %}{% endblock %}