{{path.name}}
{{path.parent}}
{% for category in categories %} {% if contents[category] %}
{{ category.name }}
{% for file in contents[category] %}
{{ category.prefix }} {{ file.name }}
{% if category.name != "Folders" %} {{ format_size(file.stat().st_size) }} {% endif %}
{% endfor %}
{% endif %} {% endfor %}