A vibe coded tangled fork which supports pijul.
at 93662e6a576b685ca6597fdfb2d627ea20148178 12 lines 244 B view raw
1<nav> 2 <ul> 3 {{ if . }} 4 <li>logged in as 5 <a href="/@{{ .handle }}">{{ .handle }}</a> (with {{ .did }}) 6 </li> 7 {{ else }} 8 <li><a href="/login">login</a></li> 9 {{ end }} 10 </ul> 11</nav> 12