<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    {{#debug}}
    <meta http-equiv="Progma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta http-equiv="Expires" content="0">
    {{/debug}}
    <title>{{title}}</title>
  </head>
  <body>
    {{>nav}}
    <h1>{{title}}</h1>
    <div>
      {{>content}}
    </div>
  </body>
</html>
