package main // y2kTextComponent wraps prose in the y2k-text container so links pick up the // holographic underline gradient. templ y2kTextComponent(text, class string) {
@templ.Raw(text)
}