{{template "nav-main.html" .}}
{{template "nav-repository.html" .}}
{{template "tree" dict "Entries" .AllEntries "RepoName" .Repo.Name "CurrentRef" .CurrentRef "CurrentPath" .Path}}
{{if .Path}} {{end}} {{range .Entries}} {{end}}
Name Mode Size Raw
..
{{if .IsDir}}{{template "icon-directory" .}}{{else}}{{template "icon-file" .}}{{end}} {{if .IsDir}} {{.Name}}/ {{else}} {{.Name}} {{end}} {{.Mode}} {{if not .IsDir}}{{humanize .Size}}{{end}} {{if not .IsDir}}raw{{end}}
{{template "footer.html" .}}