🏠 Home
{{ file_title }}
Total images: {{ images|length }}
{% if dictionary_data %}
{% for key, value in dictionary_data.items() %}
{{ key }}:
{{ value }}
{% endfor %}
Total entries: {{ dictionary_data|length }}
{% else %} Empty dictionary {% endif %}
{% for image in images %}
{{ image.title }}
Image {{ loop.index }} of {{ images|length }}
{% endfor %}
Gallery generated on: {{ generation_time }}
❮
❯
1 / {{ images|length }}