A vibe coded tangled fork which supports pijul.
at 7c7482f653c9264e048cc14005df545d3741b818 12 lines 294 B view raw
1{{ define "repoContent" }} 2 <table> 3 <tbody><tr> 4 <td class="line-numbers"> 5 {{ range $i, $x := split .Contents }} 6 {{ add $i 1 }} {{ $x }} <br> 7 {{ end }} 8 </td> 9 <td class="file-content"></td> 10 </tbody></tr> 11 </table> 12{{end}}