A vibe coded tangled fork which supports pijul.
at d7cc415c63c86c8a2a17c7a2f441ee4c71f57cf1 10 lines 458 B view raw
1{{ define "knots/fragments/secret" }} 2 <div 3 id="secret" 4 hx-swap-oob="true" 5 class="bg-gray-50 dark:bg-gray-700 border border-black dark:border-gray-500 rounded px-6 py-2 w-full lg:w-3xl"> 6 <h2 class="text-sm font-bold py-2 uppercase dark:text-gray-300">generated secret</h2> 7 <p class="pb-2">Configure your knot to use this secret, and then hit initialize.</p> 8 <span class="font-mono overflow-x">{{ .Secret }}</span> 9 </div> 10{{ end }}