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>
8 lines
722 B
Plaintext
8 lines
722 B
Plaintext
<div class="y2k-chrome-bg y2k-bevel mt-8" data-block-key="y2k:footer_chrome">
|
|
<div class="max-w-6xl mx-auto px-4 py-4 flex flex-wrap items-center justify-between gap-3">
|
|
{% if menuName %}<nav class="flex gap-3 text-sm uppercase tracking-wider" data-menu-target="{{ menuName }}"><span class="text-muted-foreground">menu:{{ menuName }}</span></nav>{% endif %}
|
|
{% if showWebring != "no" and showWebring != false %}<div class="flex items-center gap-2"><a href="#" class="y2k-webring-badge">prev</a><a href="#" class="y2k-webring-badge">ring</a><a href="#" class="y2k-webring-badge">next</a></div>{% endif %}
|
|
{% if copyright %}<span class="text-xs text-muted-foreground">{{ copyright }}</span>{% endif %}
|
|
</div>
|
|
</div>
|