{% extends "base.html" %} {% block title %}Files{% endblock %} {% block image %} {{ super() }}

: Files

{% endblock %} {% block content %}


{% for message in get_flashed_messages() %}

{{ message }}

{% endfor %}
{% for f in files %}
{{ f['name'] }}
Download Delete
{% endfor %}

Before uploading, check out

the Terms of Service.

Logout Upload

{% endblock %}