{{ define "content" }}
{{.Blob.Path}} / {{SizeLen .Blob.Size}} {{if .Blob.Hash}} #{{.Blob.ShortHash}} {{end}}
Raw
{{if IsVideo .Blob.Mime}} {{else if .Blob.TooLarge}}
This file is too large to preview. Download it instead.
{{else if IsText .Blob.Mime}}
{{range SplitLines (Str .Blob.Content)}}{{.}}{{end}}
{{else if IsImage .Blob.Mime}} {{else}}

I haven't implemented this preview yet.

{{end}}
{{end}}