package main // chromeNavbarComponent renders the beveled chrome navbar. The menu itself is // hydrated client-side by the CMS; this block only owns the chrome shell and // brand area. templ chromeNavbarComponent(data ChromeNavbarData) { } func defaultLogoText(s string) string { if s == "" { return "y2k.fm" } return s }