Initial commit of django based commenting system for sphinx. Already has
most of the boiler plate code.
{% extends "boilerplate.html" %}
{% block bodycontent %}
<div class="navheader"><h1>{% block title %}{% endblock %}</h1></div>
<div class="basetemplate">{% block body %}{% endblock %}</div>
{% endblock %}