{{define "content" -}}

~{{.Repo.OwnerName}}/{{.Repo.Name}} · log

{{if .Commits}} {{range .Commits}} {{end}}
CommitMessageAuthorDate
{{.Hash | shorthash}} {{.Message}} {{.Author}} {{.Date | reltime}}
{{else}}

No commits on this branch.

{{end}} {{if .NextHash}} Older commits → {{end}} {{- end}}