{{ title }} {% if ig_link %}
{% endif %}
{% for date in dates %}
{{ date }}
{% for f in grouped[date] %}
{% if f.description %}
{{ f.description }}
{% endif %}
{% endfor %}
{% endfor %} {% if dates|length == 0 %}
No photos yet.
{% endif %}