{% extends 'admin/base.html' %} {% load static %} {% load unfold %} {% load django_cfg %} {% block extrahead %} {{ block.super }} {# Dashboard tabs can be opened outside their admin iframe. Unfold's page shell is otherwise transparent there, exposing the browser's white canvas behind dark-tab surfaces. This is intentionally local to the dashboard base so ordinary Django admin screens keep their own theme. #} {# The iframe base already loads Alpine. Standalone tabs need the same declarative interactions (charts, expandable ranked lists). #} {% if dashboard_config.tailwind_css %} {% endif %} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block coltype %}{% endblock %} {% block title %}{{ current_tab.title }} | {{ site_title|default:'Django site admin' }}{% endblock %} {% block content %} {% component "unfold/components/container.html" %} {% include "django_dashboard/tabs_bar.html" %}