{% extends 'weblog/base.html' %} {% load weblog_extras %} {% block title %}{{ block.super }} » Post Archive{% endblock %} {% block content %}

Post Archive

{% for year, months in archive %}

{{ year }} – {% post_count year=year %} posts

{% endfor %}
{% endblock content %}