@ baa98b437d0ac48122258247605f2dc092f075e8 | 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>parents: {{ 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}}