@ f827488cea1a4accd20d81647d15cd5692a71752 | history
{{define "title"}}{{.Repo}}/{{.Base}}{{end}}
{{define "content"}}
<h1>{{if eq .Base ""}}{{.Repo}}{{else}}<a href="/{{.Repo}}/tree/{{.Ref}}">{{.Repo}}</a> /{{end}}
{{range $i, $c := .Crumbs}}
{{if $i}} / {{end}}
{{if $c.IsLast}}
{{$c.Name}}
{{else}}
<a href="/{{$c.URL}}">{{$c.Name}}</a>
{{end}}
{{end}}</h1>
<p>@ {{.Ref}}</p>
<hr>
<pre>{{.Content}}</pre>
{{end}}
{{define "blob"}}
{{template "base" .}}
{{end}}