{% extends "admin/base.html" %} {% load static %} {% load admin_darkmode_switch %} {% block extrastyle %} {{ block.super }} {% admin_darkmode_switch %} {% endblock extrastyle %}