SEESenv/web/hgbook/templates/simple.html
author amit@shrike.aero.iitb.ac.in
Wed, 14 Apr 2010 14:38:29 +0530
changeset 54 ce987056033c
parent 2 52d12eb31c30
permissions -rwxr-xr-x
Changed the list of chapter according to the actuall SEES course.

{% extends "boilerplate.html" %}

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

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