<!DOCTYPE html>
<html>
<head>
  <title>{{#if title}}{{title}}{{else}}Template demo{{/if}}</title>
</head>
<body>
<ul>
  {{#each items}}
  <li>{{.}}</li>
  {{/each}}
</ul>
</body>
</html>