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