{{template "tree" dict "Entries" .AllEntries "RepoName" .Repo.Name "CurrentRef" .CurrentRef "CurrentPath" .Path}}
| 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}} |