{% 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.

Subscribe to our RSS feed to stay up to date.


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