@ 1d4c973b9311fd7523b2414d8464db45ba2907cb | history
{{define "title"}}{{.Repo}} @ {{.Hash}}{{end}}
{{define "content"}}
<h1><a href="/{{.Repo}}">{{.Repo}}</a></h1>
<p><a href="/">index</a> | <a href="/{{.Repo}}/refs">refs</a></p>
<h4>commit {{.Hash}} | <a href="/{{.Repo}}/tree/{{.Hash}}">tree</a></h4>
<p>parent{{ if gt (len .Parents) 1 }}s{{end}}: {{ range .Parents }}<br><a href="/{{$.Repo}}/commit/{{.}}">{{.}}</a> {{end}}</p>
<p>{{.Author}}</p>
<p>{{.When}}</p>
<pre>{{.Message}}</pre>
{{if ne "" .Patch}}<hr><pre>{{.Patch}}</pre>{{end}}
{{end}}
{{define "commit"}}
{{template "base" .}}
{{end}}