{% extends "_base.html" %}
{% load static %}
{% comment %}
RosterChief's own skin: the platform control panel, Django-admin-adjacent pages,
and every auth screen served on the base domain.
{% endcomment %}
{% block title %}
{% block head_title %}{% endblock head_title %} ยท RosterChief
{% endblock title %}
{% block extra %}
{% comment %}
Named after the logo's own ink, not the theme it is used on: the white logo goes
on dark backgrounds and vice versa. They live here rather than in app.css because
only Django knows the {% static %} URL.
{% endcomment %}
{% endblock extra %}
{% block brand %}
RosterChief
Club & Team Management
{% endblock brand %}