{{ define "content" }}
{{.Blob.Path}} / {{SizeOf .Blob.Content}} {{if .Blob.Hash}} #{{.Blob.ShortHash}} {{end}}
Raw
{{if IsText .Blob.Mime}}
{{Str .Blob.Content}}
{{else if IsImage .Blob.Mime}} {{else}}

I haven't implemented this preview yet.

{{end}}
{{end}}