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

The IPFire Planet is a place for the people who are involved in the project to tell the community about new progress in the development or make some minor announcements.


{{ _("All posts from") }}

{% for entry in entries %} {% module PlanetEntry(entry) %} {% end %} {% end block %}