{% load restructuredtext %} {% extends "pycon/rstmain.html" %} {% block feeds %} {% rstflatpage_feeds %}{% endblock %} {% block styles %}{% endblock %} {% block script %} {% endblock %} {% block main_body %} {% load feedutil %} {% load appmedia %} {% block content %}{% rstflatpage %}{% endblock %}
{% get_feed "http://pycon.blogspot.com/feeds/posts/default" 5 as news %}

Latest News (PyCon Blog)Subscribe to the RSS Feed

{% for entry in news %}
  • {{ entry.title|escape }}
    {{entry.published}}
    {{entry.summary}}
  • {% endfor %}
    {% endblock %}