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