Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/brutalist. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
package main
|
|
|
|
templ mastheadComponent(data MastheadData) {
|
|
<section class="brutalist-masthead" data-block="brutalist:masthead">
|
|
<span class="index-counter brutalist-mono">{ data.IndexNumber }</span>
|
|
<h1 class="studio-name">{ data.StudioName }</h1>
|
|
if data.Tagline != "" {
|
|
<p class="tagline">{ data.Tagline }</p>
|
|
}
|
|
</section>
|
|
}
|