Nextcloud Folders
{% for item in items %} {% if item.type == 'folder' %} {% with folder=item, index=loop.index %} {% include 'modal/file_explorer_content.html' %} {% endwith %} {% endif %} {% endfor %}