{{define "content"}} {{if .Data.Branches}} {{range .Data.Branches}} {{end}}
Branch Hash Subject Author Idle
{{.Name}} {{.ShortHash}} {{.Subject}} {{.Author}} {{timeAgo .Date}}
{{end}} {{if .Data.Tags}} {{range .Data.Tags}} {{end}}
Tag Hash Subject Author Idle
{{.Name}} {{.ShortHash}} {{.Subject}} {{.Author}} {{timeAgo .Date}}
{{end}} {{end}}