heist-0.1.1: examples/ex02/default.tpl
<html>
<head>
<title>Home Page</title>
</head>
<body>
<div id="header">
<h1>XYZ Inc.</h1>
</div>
<div id="content">
<content/>
</div>
<div id="footer">
<p>Copyright XYZ Inc</p>
</div>
</body>
</html>