{{define "log.html"}}{{template "page-start" .}}{{template "repo-header" .}} {{if .Path}}

history for: {{.Path}}

{{end}} {{range .Commits}} {{else}} {{end}}
commit author date subject
{{.Hash}} {{.Author}} {{.Date}} {{.Subject}}
No commits found.
{{template "copy-script" .}}{{template "page-end" .}}{{end}}