{% extends "base.html" %} {% block body %}
Successfully uploaded a file

The file is accessible via this link: {{ env.instanceurl }}/file/{{ file }}

{% endblock %} {% block scripts %} {% endblock %}