Gallery
{% if active_tag %}
Filtered by: {{ active_tag }}
×
{% endif %}
{% for year_month_key, year_month_label, images in grouped_images %}
{% else %}
{% endfor %}
{{ year_month_label }} {{ images|length }} images
{% for image in images %}
{% include '_gallery_item.html' %}
{% endfor %}
No images found{% if active_tag %} for tag "{{ active_tag }}"{% endif %}.