{{define "content"}} {{if .Data.LoggedIn}}

Compare two references — branches, tags or commits — of any git repository on this instance, and review the diff file by file.


{{if .Data.Repos}}
{{range .Data.Repos}}

~{{$.Username}}/{{.Name}} {{if ne .Visibility "PUBLIC"}} {{if eq .Visibility "UNLISTED"}}unlisted{{else}}private{{end}} {{end}}

{{if .Description}}

{{.Description}}

{{end}}
{{end}}
{{else}}

You have no repositories yet.

{{end}}
{{else}}

{{.SiteName}} compare

Compare two references — branches, tags or commits — of any git repository on this instance, and review the diff file by file.

Log in to list your own repositories, or jump directly to any repository below.

{{end}} {{end}}