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

{{path}}

{% if mimetype %}

Mimetype: {{mimetype}} {% endif %}

{{content|escape}}
{% if truncated %}

File contents truncated. Show entire contents

{% endif %} {{errmsg}} {% if not errmsg %}

Download content

{% endif %} {% endblock %}