Convert the Y2K theme from a Go+templ wasm plugin to a fully codeless .bnp: blocks/blocks.yaml + .ninjatpl, page/system templates, template overrides, email wrapper, master pages and CSS declared in manifest.yaml. All *.go, *.templ, *_templ.go, go.mod and go.sum deleted; schemas moved schemas/ -> blocks/. Static parity proven 48/48 identical against the templ baseline (10 blocks x full+empty+variant branches, 4 overrides incl. heading L1-6, email full+empty). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
333 B
Plaintext
6 lines
333 B
Plaintext
<nav class="flex items-center gap-2 my-4" data-block-key="y2k:webring_badge" aria-label="webring">
|
|
<a href="{{ prevHref|default:"#" }}" class="y2k-webring-badge">prev</a>
|
|
<span class="y2k-webring-badge">{{ ringName|default:"the y2k.fm ring" }}</span>
|
|
<a href="{{ nextHref|default:"#" }}" class="y2k-webring-badge">next</a>
|
|
</nav>
|