{% extends "admin/base.html" %} {% load i18n static patapsco_admin %} {% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block bodyclass %}patapsco-admin {{ block.super }}{% endblock %} {% block dark-mode-vars %} {{ block.super }} {# The kit's own token sheet, vendored from the pinned @city-of-baltimore/bromo release (task brand:parity holds it byte-identical). It defines every --bromo-* custom property for both colour modes; admin-brand.css references them and carries no copy of a kit value. The bridge script mirrors Django admin's data-theme onto the kit's data-color-scheme, in
, right after theme.js, so first paint is already in the chosen mode. #} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block branding %}{% patapsco_admin_eyebrow %}