{% extends 'layout.html.twig' %}

{% block body %}
    {% for file in files.results %}
{# file Uploadcare\Interfaces\File\FileInfoInterface #}
    {% endfor %}
{% endblock %}
