{% for file in files %}
{{ (request.path + '/' if request.path != '/' else '') + file }}
{% endfor %}