Publish the exact sanitized Agent Skill and VS Code preview source tree with independent license boundaries, deterministic provenance manifests, and no private development history. Material design and implementation assistance was provided by OpenAI Codex. Signed-off-by: Cole Speelman <crspeelman@gmail.com>
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
<?sando go
|
|
package views
|
|
func Card(title string)
|
|
?>
|
|
<article class="card">
|
|
<?# Hime-san comment ?>
|
|
<h2><?= title ?></h2>
|
|
<? if title != "" { ?>
|
|
<?~ Badge(title) ?>
|
|
<? } ?>
|
|
</article>
|