{{ articles[0].date.strftime('%B') }}
{% endif %}-
{% for article in articles | sort(attribute='date') %}
- {{ article.title }} » {{ article.locale_date }} {% endfor %}
{% extends 'base.html' %} {% block title %}Archive for {{ period | reverse | join(' ') }} | {{ SITENAME }}{% endblock %} {% block meta %}{% endblock %} {% block content %}