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

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

9 lines
240 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package main
// mbTextComponent renders a text run in Magazine Bold body cadence (Inter, 1618px tight leading).
templ mbTextComponent(text string, class string) {
<div class={ "mb-body font-sans", class }>
@templ.Raw(text)
</div>
}