{{define "blob"}}{{template "pagehead" .}} {{template "repohead" .}} {{$p := .}}

{{.Repo.Name}}{{range .Parents}} / {{.Name}}{{end}} / {{.FileName}} {{size .Bytes}} ยท raw

{{if .Binary}}

Binary file ({{size .Bytes}}). Download raw.

{{else if .Truncated}}

File is too large to display ({{size .Bytes}}). View raw.

{{else}}
{{range .Lines}}{{.}}
{{end}}
{{end}} {{template "pagefoot" .}}{{end}}