{{define "blob"}}{{template "pagehead" .}} {{template "repohead" .}} {{$p := .}}
{{.Repo.Name}}{{range .Parents}} / {{.Name}}{{end}} / {{.FileName}}
{{if .Binary}}Binary file ({{size .Bytes}}). Download raw.
File is too large to display ({{size .Bytes}}). View raw.
{{range .Lines}}{{.}}
{{end}}
{{end}}
{{template "pagefoot" .}}{{end}}