{{template "base/head" .}}
{{template "repo/header" .}}

{{range $i, $h := .Parents}} {{end}} {{if .Branches}} {{end}} {{if .Tags}} {{end}}
Author{{.Author}}
Date{{.Date}}
Commit{{.Commit}}
Parent{{$h}}
Branch{{if gt (len .Branches) 1}}es{{end}} {{range $i, $_ := .Branches}}{{if $i}},{{- end}} {{.}} {{- end}}
Tag{{if gt (len .Tags) 1}}s{{end}} {{range $i, $_ := .Tags}}{{if $i}},{{- end}} {{.}} {{- end}}

{{.MessageSubject}}

{{.MessageBody}}

Diffstat

{{range .Stats}} {{if .IsBinary}} {{else}} {{end}} {{end}}
{{.Status}} {{.Name}} |binary{{.Num}} {{.Plusses}}{{.Minuses}}

{{.Summary}}

{{.Diff}}