Remote Gallery: {{ remote_host }}
Clear Cache
Home
{% if rel_path %} {% set parts = rel_path.split('/') %} {% set current = '' %} {% for part in parts if part %} {% set current = current + '/' + part %} /
{{ part }}
{% endfor %} {% endif %}
{% if parent is not none %}
📁
..
{% endif %} {% for name, path in directories %} {% if path %}
📁
{{ name }}
{% endif %} {% endfor %} {% for name, path in files %} {% if path %}
{{ name }}
{% endif %} {% endfor %}
×
❮
❯