bidet / templates / file.tmpl

@ d75a654d61ba5dd1809a0bfb15f0eac2daa7ee4a | history


{{define "title"}}{{.Repo}}/{{.Path}}{{end}}
{{define "content"}}
<h1>{{.Repo}}/{{.Path}}</h1>
<p><a href="/{{.Repo}}/{{.Dir}}">&lt;-- back</a></p>
<pre>{{.Content}}</pre>
{{end}}

{{define "file"}}
{{template "base" .}}
{{end}}