{% extends "base.html" %} {% load cache %} {% load static from staticfiles %} {% block head %} {% endblock %} {% block content_left %} {% cache 62 planet-page-left %}

Arch Planet

Planet Arch Linux is a window into the world, work and lives of Arch Linux developers, trusted users and support staff.

RSS Feed {% for entry in feed_items %}

{{ entry.title }}

{{ entry.publishdate|date }}

{{ entry.summary |safe }}

{% if entry.author %}{{ entry.author }}@{% endif %}{{ entry.feed.title }}

{% endfor %}
{% endcache %} {% endblock %} {% block content_right %} {% cache 115 planet-page-right %} {% endcache %} {% endblock %}