package main // cyberpunkTextComponent renders the override for the built-in text block: // shadcn `prose` invert with cyberpunk leading and accent inline code. templ cyberpunkTextComponent(text, class string) {
@templ.Raw(text)
}