{% extends "base.html" %} {% block title %}Years — {{ site_title }}{% endblock %} {% block content %}
{% for y in years %}

{{ y.year }}

{{ y.image_count }} images
{% empty %}
No dated photos yet.
{% endfor %}
{% endblock %}