{% extends "base.html" %} {% block title %}Secret Archive's File API{% endblock %} {% block content %} {% if msg != '' %}

{{ msg }}

{% endif %} {% if fname != '' %} {{ fname }} {% endif %}

Upload your secret file here:

Select a file:
{% endblock %}