@ 966bf149ae7ecdf11b644f19c529f04b0168c580 | 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>
<hr>
{{if ne "" .Patch}}<pre>{{.Patch}}</pre>{{else}}<i>(initial commit)</i>{{end}}
{{end}}
{{define "commit"}}
{{template "base" .}}
{{end}}