{{ current_path | default(value="/") }}
{% if files and files | length > 0 %}
{% if current_path %} .. {% endif %} {% for file in files %} {{ files::file_view(package = meta.id, file = file) }} {% endfor %}
{% else %}
No files found.
{% endif %}