<h1>{{title}}</h1>
<ul>
  {{#each model}}
  <li><a href="{{slug}}">{{title}}</a></li>
  {{/each}}
</ul>
