{{define "title"}}{{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}} {{if .DirPath}}

{{.DirPath}}

{{end}}
{{template "refmenu" .}} {{.Repo.Name}}/{{range .Crumbs}}{{.Name}}/{{end}} Find file History Download
{{if .Entries}}

Clone: git clone {{.CloneURL}}

{{end}} {{with .Tip}}{{if .SHA}}
{{template "authorname" dict "Name" .Author "User" .User "Email" .Email}} {{.Subject}} {{short .SHA}} {{ago .When}}
{{end}}{{end}}
{{range .Entries}}{{$c := index $.LastCommits .Name}} {{if eq .Type "tree"}} {{else}}{{end}} {{else}}{{end}}
namelast commitupdated
{{.Name}}/{{.Name}}{{with $c.Subject}}{{.}}{{end}} {{ago $c.When}}
this repository is empty — push something:
git remote add origin {{.CloneURL}}
{{if .ReadmeHTML}}
{{.ReadmeName}}
{{.ReadmeHTML}}
{{end}} {{end}}