Directory listing for
/{{ cur_path }}
{% if cur_path != "" %}
../
{% endif %} {% for file in lister.files %} {% if file.is_file %}
{{file.name}}
{% else %}
{{file.name}}/
{% endif %} {% endfor %}