{% extends "base.html" %} {% block title %}{{ _("IPFire Planet") }}{% end block %} {% block container %}

The Blog of the IPFire Team

{% for entry in entries %} {% module PlanetEntry(entry) %} {% end %}
{% for y in range(year, 2010, -1) %} {% end %}
{% end block %}