SEESenv/web/hgbook/templates/simple.html
author amit@thunder
Mon, 22 Feb 2010 18:19:02 +0530 (2010-02-22)
changeset 21 5f66214fce86
parent 2 52d12eb31c30
permissions -rwxr-xr-x
Testing
{% extends "boilerplate.html" %}

{% block bodycontent %}
<div class="navheader"><h1>{% block title %}{% endblock %}</h1></div>

<div class="basetemplate">{% block body %}{% endblock %}</div>
{% endblock %}