SEESenv/web/hgbook/templates/simple.html
author amit@thunder
Sun, 21 Feb 2010 23:32:34 +0530
changeset 11 a7bd4bca6f6e
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 %}