{{ template "header" .}}
{{ if.commit }} {{ range $key, $value := .commit}}
Back to {{.FullName}}

{{.CommitHashShortened}} | {{.CommitName}}

Raw
{{.CommitName}} {{ if .CommitDesc }}
{{.CommitDesc}}
{{end}}

Commited on {{.CommitDate}} by {{range .Commiter}} @{{.}}{{ end }}

Previous Commit: {{.PreviousCommit}}

{{end}} {{ .file}} {{ else }}

Commit not found

That commit doesn't exist.

{{ end }}
{{ template "footer" .}}