{% extends theme('base.html') %} {% block content %} {% if contents %} {% if contents.__parents__ %} {% endif %}

{{ bread.links|join(" / ")|safe }}

{% if request.path != '/' %}

 

{% endif %}
{% for item in contents.__contents__ %} {% endfor %}
Item Action
{% if item.isdir() %} {%elif item.isfile() %} {% endif %} {{ item.name }}
{% endif %} {% endblock %}