{% extends "site_base.html" %} {% load tz %} {% block head_title %}{{ post.title }}{% endblock %} {% block body_class %}blog{% endblock %} {% block body %} {% localtime off %}

PyCon US 2013 Announcements »

{{ post.title }}

{% if post.published %}{{ post.published|date }}{% else %}Not published yet{% endif %} by {{ post.author.get_full_name }}
{{ post.teaser_html|safe }}
{{ post.content_html|safe }}
{% endlocaltime %} {% endblock %}