{% extends "base.html" %} {% block title %}{{ _("IPFire Planet") }}{% end block %} {% block subtitle %} {{ _("Year %s") % year }}

{% end block %} {% block body %} {% for month, entries in months %}

{{ format_month_name(month) }}

{% for entry in entries %} {% end %}
{{ locale.format_date(entry.published, shorter=True) }} {{ entry.title }} {{ entry.author.name }}
{% end %} {% end block %}