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>
2 lines
261 B
Plaintext
2 lines
261 B
Plaintext
{% if url %}<figure class="my-4 {{ class }}"><img src="{{ url }}" alt="{{ alt }}" class="y2k-image-frame w-full h-auto">{% if caption %}<figcaption class="mt-2 text-sm text-muted-foreground text-center">{{ caption }}</figcaption>{% endif %}</figure>{% endif %}
|