{% extends "pagetemplate_nonav.j2.html" %} {% block body %}

Files

..
{% for i in entries %}
{% if i[0].endswith("/") %} {% else %} {% endif %} {{i[0]}} ({{i[1]}})
{% if i[0].split(".")[-1] in ('mp3', 'opus','wav', 'm4a','flac') %} {% endif %} thumbnail
{% endfor %}
{% endblock %}