{% extends "base.html" %} {% block content %}
{% if title %}

{{ title }}

{% endif %} {% for year, posts in post_groups %}

{{ year }}

{% endfor %}
{% endblock %}