{% extends "layout.html" %} {% block title %} {{ filename }} {% call super() %} {% endblock %} {% block body %}

{{ filename }}

Download file

{{ content|safe }}
{% endblock %}