package main // kgTextComponent renders rich text body styled to match the Kindergarten // reading rhythm. templ kgTextComponent(text, class string) {
@templ.Raw(text)
}