packages feed

heist-0.1.2: examples/ex01/home.tpl

<html>
  <head>
    <title>Home Page</title>
  </head>
  <body>
    <h1>Home Page</h1>
    <apply template="ex01/nav"/>
    <p>Welcome to our home page.</p>
  </body>
</html>