{{define "commits"}}{{template "pagehead" .}} {{template "repohead" .}} {{$p := .}} {{if .Commits}} {{range .Commits}} {{end}}
{{.Short}} {{.Subject}} {{.Author}} {{ago .When}}
{{else}}

No commits yet.

{{end}} {{template "pagefoot" .}}{{end}}