{% extends "base.html" %} {% block content %}
{% if subdirs %} {% endif %} {% if directories %}
{% for row in directories %} {{row.name}} {% endfor %}
{% endif %}
{% if recent %} {% else %}

Empty.

{% endif %}
{% endblock %}