{% if mimetype == "text" %} {{content}} {% elif mimetype.startswith("image") %} {% elif mimetype.startswith("audio") %} {% elif mimetype == "video" %} {% else %} {{content}} {% endif %}