{% extends "csat/base.html" %} {% block page_title %}{{ title|default(filename) }}{% endblock %} {% block navbar %}{% endblock %} {% block content %} {% if truncated %}
File Truncated! The file you are attempting to display is too big. Only a part of the original file is shown below.
{% endif %}

{{ title|default(filename) }}

{{ content|pygment(mime) }}
{% endblock %}