{% extends 'base.html' %} {% block content %}
{% include "sidenav.html" %}
{% include "appnav.html" with actions='trash' %}

Trash

{% for folder in folders %} {% endfor %} {% for file in files %} {% endfor %}
{% endblock %}