<ul>
  {{#each model as |post|}}
    <li>
      {{post.title}}
    </li>
  {{/each}}
</ul>