web/hgbook/templates/simple.html
author amit@thunder
Mon, 25 Jan 2010 18:56:45 +0530
changeset 0 8083d21c0020
permissions -rwxr-xr-x
The first commit of all the required files for the review app

{% extends "boilerplate.html" %}

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

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