{% load restructuredtext %}
{% extends "pycon/rstmain.html" %}
{% block main_title %}{{ flatpage.title }}{% endblock %}
{% block feeds %}
{{ block.super }}
{% rstflatpage_feeds %}{% endblock %}
{% block content %}
{% rstflatpage %}
{% if fph.do_404 %}
If you believe this page should exist,
please file a bug.
{% endif %}
{% endblock %}