{% extends "_layout.html" %} {% block content %}

Type {{ item.meta.get('type') or 'undefined' }}, Size {{ item.meta['size'] }} bytes.
SHA256-Hash: {{ item.meta.get('hash')}}

{{ rendered_content }}
{% endblock content %} {% block extra_script %} {% endblock extra_script %}