{{define "content"}}

Commit log

{{if .Commits}} {{range .Commits}}

{{.ID | shortHash}} {{.Message | commitSubject}}

{{$body := .Message | commitBody}} {{if $body}}
Click to expand commit body
{{$body}}
{{end}}

by {{.Author.Name}} on

{{end}} {{if or .HasPrevPage .HasNextPage}} {{end}} {{else}}

No commits yet

{{end}}
{{end}}