{% include 'header.html' %} {% include 'wrapper.html' %}

{{ root }}

{% if "None" != files_found %} Files Found: {{ files_found }} {% endif %}

{% for key,val in dirs.items() %} {% endfor %}
{% for key,val in files.items() %} {% endfor %}


Upload files

{% include 'wrapper_end.html' %} {% include 'footer.html' %}