A vibe coded tangled fork which supports pijul.
at 0ac4c8406e23a4c23a39c3282805e517f2d16586 10 lines 224 B view raw
1<html> 2 <title>404</title> 3 {{ template "layouts/head" . }} 4 <body> 5 {{ template "layouts/nav" . }} 6 <main> 7 <h3>404 &mdash; nothing like that here.</h3> 8 </main> 9 </body> 10</html>