{% extends "base.html" %} {% block title %}{{ SITENAME }} · Archives{% endblock %} {% block content %} {%- if dates %}

Archives

{#- hold on to your butts! #} {% set ctx = {'month': None} -%} {%- for article in dates -%} {% set cmonth = article.date.date().replace(day=1) %} {%- if not ctx.month -%} {% if ctx.update(month=cmonth) %}{% endif %}

{{ article.date.strftime("%b %Y") }}


{{ article.date.strftime("%b %Y") }}


{% else %}

No Posts

There aren't any posts in the timeframe specified.

{% endif %} {% endblock %}