this repo has no description
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}}