package main // gothamTextComponent renders text with Gotham's dark theme styling. templ gothamTextComponent(text, class string) {
@templ.Raw(text)
}