{% extends "base.html" %} {% block title %}Calendar - {{ site_title }}{% endblock %} {% block meta_tags %} {% from '_listing_meta_tags.html' import listing_meta_tags with context %} {{ listing_meta_tags("Calendar - " ~ site_title) }} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
No posts yet.
{% else %} {% for year_group in calendar_years %}