{{ context.pathbar }}
{% for itempath, itemtitle, itemtype in context.contents %}
{% if itemtype == 'image' %}
{% endif %} {% if itemtype == 'directory' %}
{{ itemtitle }}
{% endif %} {% if itemtype == 'movie' %}
{{ itemtitle }}
{% endif %}
{% endfor %}