A vibe coded tangled fork which supports pijul.
at 17f2f7099fa16ba9e5b195baa488f8c527fb5c3c 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 }}