{{/* host_chrome — header (status dot + name + tags + meta), vitals strip, and the six sub-tab nav for any /hosts/{id}/... page. Expects .Page to expose: .Host — store.Host .SubTab — "snapshots" | "sources" | "schedules" | "repo" | "jobs" | "settings" .SourceGroupCount — int .ScheduleCount — int .ScheduleVersion — int64 (host_schedule_version) .Crumb — string ("snapshots" / "sources" / etc — appended after host name) */}} {{define "host_chrome"}} {{$page := .Page}} {{$host := $page.Host}}