{{ define "content" }} {{ with .Data}}
{{ if eq .Type "image" }} {{ else if eq .Type "audio" }} {{ else if eq .Type "video" }} {{ else if eq .Type "blob" }} Download {{ else}}
{{ .StringifyContent }}
{{ end }}
{{ end }} {{ end }}