web/hgbook/templates/simple.html
changeset 2 52d12eb31c30
parent 1 672eaaab9204
child 3 6cee07c589cb
--- a/web/hgbook/templates/simple.html	Fri Feb 05 23:42:24 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-{% extends "boilerplate.html" %}
-
-{% block bodycontent %}
-<div class="navheader"><h1>{% block title %}{% endblock %}</h1></div>
-
-<div class="basetemplate">{% block body %}{% endblock %}</div>
-{% endblock %}