themes-kindergarten/text_override.templ
Alex Dunmow ffe46a146c initial: theme plugin kindergarten
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/kindergarten.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:35 +08:00

10 lines
215 B
Plaintext

package main
// kgTextComponent renders rich text body styled to match the Kindergarten
// reading rhythm.
templ kgTextComponent(text, class string) {
<div class={ "kg-text", class }>
@templ.Raw(text)
</div>
}