{% extends "skeleton.html" %} {% block page_title %}Blobstore Viewer{% endblock %} {% block page_head %} {% endblock %} {% block body %}

Blobstore Viewer

{{ blob_info.key() }}
{{ blob_info.md5_hash }}
{{ blob_info.content_type }}
{{ blob_info.filename }}
{{ blob_info.size|bytesizeformat }}
{{ blob_info.creation }}

Download

{% if inlineable %} {% else %}

The blob doesn't have a content type that can be displayed inline. If you believe your browser can display this content inlined, click on the button below.

Try to display inline

{% endif %}
{% endblock %}