{% extends 'base.html' %} {% block content %}

Storage


Current location: {{ abs_path }}

Go back
{% for file_info in files_info %} {% endfor %}
Type Name
{{ 'Directory' if file_info.get('directory') else 'File' }} {{ file_info.get('file') }}
{% endblock content %} {% block footer %} {% endblock footer %}