0 =>/{{if .Public}}repo{{else}}account{{end}} Go back
1
2 # {{ .Repo }} by {{ .User }}
3 =>/repo/{{.User}} View account
4 {{if .Description -}}
5 > {{ .Description }}
6 {{end -}}
7 > git clone {{ .Protocol }}://{{ .Domain }}/{{ .User }}/{{ .Repo }}
8
9 =>/repo/{{.User}}/{{.Repo}} Log
10 =>/repo/{{.User}}/{{.Repo}}/files Files
11 =>/repo/{{.User}}/{{.Repo}}/refs Refs
12 {{ if .HasLicense -}}
13 =>/repo/{{.User}}/{{.Repo}}/license License
14 {{ end -}}
15 {{ if .HasReadme -}}
16 =>/repo/{{.User}}/{{.Repo}}/readme Readme
17 {{ end }}
18 {{if .Content -}} {{ .Content }} {{ else }} Empty repository {{ end }}
19