A vibe coded tangled fork which supports pijul.
at af5c61813a535385e5b51c43e65eca456a95d7d6 10 lines 217 B view raw
1<html> 2 <title>500</title> 3 {{ template "layouts/head" . }} 4 <body> 5 {{ template "layouts/nav" . }} 6 <main> 7 <h3>500 &mdash; something broke!</h3> 8 </main> 9 </body> 10</html>