{{ emoji_prefix }} DoggyGallery
🎵 Music
🔍 Filter
FAQ
📚 API
Home
{% if listing.current_path != "" %} / {{ listing.current_path }} {% endif %}
{% if let Some(parent) = listing.parent_path %}
← Back
{% endif %}
{% if listing.entries.is_empty() %}
No media files or directories found in this location.
{% else %}
{% for entry in listing.entries %} {% if entry.is_directory() %}
📁
{{ entry.name }}
Directory
{% else if entry.is_image() %}
{{ entry.name }}
{{ entry.formatted_size() }}
Image
{% else if entry.is_video() %}
{{ entry.name }}
{{ entry.formatted_size() }}
Video
{% else if entry.is_audio() %}
🎵
{{ entry.name }}
{{ entry.formatted_size() }}
Audio
{% endif %} {% endfor %}
{% endif %}
×
‹
›
← Prev
🎲 Random
Next →