A vibe coded tangled fork which supports pijul.
at 6ff9e1cf9644a25b99f95935abd7a0dd26ec4677 14 lines 209 B view raw
1{{ define "timeline" }} 2<html> 3{{ template "layouts/head" . }} 4 5 <header> 6 <h1>timeline</h1> 7 </header> 8 <body> 9 <main> 10 {{ template "layouts/topbar" . }} 11 </main> 12 </body> 13</html> 14{{ end }}