{% block content %}
{% include 'file_upload.html' %}
{% for item in project.list_files_and_folders() %} {% include 'file_tree.html' %} {% endfor %}
{% endblock %}