{% extends "base.html" %} {% block title %}{{ site_title }}{% if site_tagline %} — {{ site_tagline }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ site_title }}

All {% for y in years %} {{ y }} {% endfor %}
{% include "includes/image_grid_page.html" %}
{% endblock %}