package main // mbTextComponent renders a text run in Magazine Bold body cadence (Inter, 16–18px tight leading). templ mbTextComponent(text string, class string) {
@templ.Raw(text)
}