{{define "thumbnail"}} {{with .Post}}
{{if .Thumbnails}} {{.Hash}} {{else}}
{{.Mime.Type}} / {{.Mime.Name}}
{{end}}
{{end}} {{end}}