themes-noir/caption_strip.templ
Alex Dunmow 1bebbea5ad initial: theme plugin noir
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/noir.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:40 +08:00

10 lines
307 B
Plaintext

package main
// captionStripComponent renders the 10px mono caption strip.
templ captionStripComponent(data CaptionStripData) {
<div data-block="noir:caption_strip" class="noir-caption-strip">
<span class="tracked-mono">{ data.Label }</span>
<span class="tracked-mono">{ data.Right }</span>
</div>
}