package main // statusBarComponent renders the sticky top status rail. // UAT ยง13.9 requires position: sticky and top: 0. templ statusBarComponent(data StatusBarData) {
{ data.Callsign } | PUBLIC
if data.ShowClock { { "00:00:00 UTC" } } if data.ShowBuild { | BLD a1b2c3 }
}