{{ uri }}

{% for file in files %}
{% match file %} {% when File::Directory with {name, path} %} {% when File::File with {name, path, media_type} %} {% if file.is_image() %} {% else if file.is_video() %} {% endif %} {% endmatch %}
{% endfor %}