{% extends "archives.html" %} {% block title -%} {%- if period | length == 1 -%} {{ period | datetime_from_period | strftime("%Y") }} {%- elif period | length == 2 -%} {{ period | datetime_from_period | strftime("%B %Y") }} {%- else -%} {{ period | datetime_from_period | strftime("%B %-d, %Y") }} {%- endif %} Archives — {{ super.super() }} {%- endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %}
{% endif %} {% endblock %} {% block archives_pagetitle %}