{# Audit appearance — vendored from governor_web/templates/settings/appearance.html. The audit doesn't persist a per-user preference (no users table), so the radio writes to localStorage and the layout boot script already reads it. Same Light / Dark / System pattern. #} {% extends "settings/layout.html" %} {% block settings_content %}

Theme

Choose how Governor Audit looks. Stored in your browser only — no per-user account, no persistence across machines.

{% endblock %}