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

WebDAV

Browsing {{ base }}

{% for i in items %} {% endfor %}
NameTypeSize
{{ i.name }} {{ i.type }} {% if i.size is not none %}{{ i.size }}{% endif %}
{% endblock %}