A vibe coded tangled fork which supports pijul.
at c59c53db37508783231815334a01447f604b963d 11 lines 205 B view raw
1{{ define "empty" }} 2<html> 3 {{ template "head" . }} 4 5 <body> 6 <main> 7 <p>This is an empty Git repository. Push some commits here.</p> 8 </main> 9 </body> 10</html> 11{{ end }}