{{define "commit"}}{{template "pagehead" .}} {{template "repohead" .}}

{{.Commit.Subject}}

{{.Commit.Hash}}

{{.Commit.Author}} · {{.Commit.When.Format "Jan 2, 2006 15:04"}} ({{ago .Commit.When}})

{{range .Diff}}{{.Text}}
{{end}}
{{if .Truncated}}

Diff truncated — view the full change locally with git show {{.Commit.Short}}.

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