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