Initial commit of django based commenting system for sphinx. Already has
most of the boiler plate code.
{% extends "simple.html" %}
{% block title %}Page Not Found{% endblock %}
{% block body %}
<p>Sorry, we hit <a href="http://www.haskell.org/haskellwiki/Bottom">⊥</a> when trying to find the
page you requested.</p>
{% endblock %}