sphinx_django/templates/simple.html
author amit
Thu, 30 Sep 2010 11:36:30 +0530
changeset 0 54f784230511
permissions -rw-r--r--
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 %}