themes-brutalist/blocks/masthead.ninjatpl
Alex Dunmow 979516b5e9 feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:08:06 +08:00

6 lines
296 B
Plaintext

<section class="brutalist-masthead" data-block="brutalist:masthead">
<span class="index-counter brutalist-mono">{{ indexNumber|default:"01 / 14" }}</span>
<h1 class="studio-name">{{ studioName|default:"STUDIO" }}</h1>
{% if tagline %}<p class="tagline">{{ tagline }}</p>{% endif %}
</section>