<div class="list">
  {{#posts}}
    <p><a href={{url}}>{{title}}</a> <span class="date"> &mdash; {{date}}</span></p>
  {{/posts}}
</div>
