{{ define "content" }}
{{ template "info-button" }}
{{ with .Data}} {{ if eq .Type "image" }} {{ else if eq .Type "audio" }} {{ else if eq .Type "video" }} {{ else if eq .Extension ".pdf" }} {{ else if eq .Type "blob" }}

Download file_download

{{ else }}
{{ .StringifyContent }}
{{ end }} {{ end }}
{{ end }}