hgbook
diff web/hgbook/templates/simple.html @ 843:efa16e810ae6
Corrected broken examples in Ch.9 and Ch.12.
author | gpiancastelli |
---|---|
date | Fri Aug 21 23:48:28 2009 +0200 (2009-08-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/web/hgbook/templates/simple.html Fri Aug 21 23:48:28 2009 +0200 1.3 @@ -0,0 +1,7 @@ 1.4 +{% extends "boilerplate.html" %} 1.5 + 1.6 +{% block bodycontent %} 1.7 +<div class="navheader"><h1>{% block title %}{% endblock %}</h1></div> 1.8 + 1.9 +<div class="basetemplate">{% block body %}{% endblock %}</div> 1.10 +{% endblock %}