{{define "blob.html"}}{{template "base.html" .}}{{end}} {{define "title"}}{{.Path}} — {{.Repo.Name}} — {{.SiteName}}{{end}} {{define "tabs"}} home log refs {{end}} {{define "content"}}
{{.Path}} {{humanSize .Size}} {{if not .Binary}}{{end}} raw
{{if .Binary}}

Binary file — download raw.

{{else}}
{{.HighlightedHTML}}
{{end}}
{{end}}