{% extends "project_base.html" %} {% block vc_content %}
{{ blob.name }}
{{ blob.mime }}

Download raw ({{ blob.size|filesizeformat }})

{% if 'image/' in blob.mime and 'svg' not in blob.mime or blob.mime == 'application/pdf' %} {% elif not blob.binary and blob.data %}
{{ blob.data }}
{% else %} {% endif %}
{% endblock %}