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

Empty.

{% endif %}
{% endblock %}