all repos — legit @ 6887878020113a7b0cc422097e0c452d5552e99a

web frontend for git, written in go

templates/file.html (view raw)

{{ define "file" }}


  {{ template "head" . }}
  
    {{ template "repoheader" . }}
    {{ template "nav" . }}
    
      

{{ .path }} (view raw)

{{if .chroma }}
{{ .content }}
{{else}}
            {{- range .linecount }}
 {{ . }}
            {{- end -}}
              
             {{- .content -}}
              
{{end}} {{ end }}