All Posts
{{#link-to "new" class="button button-add" title="New Post"}}New Post{{/link-to}}
    {{#each itemController="posts/post" itemView="post-item-view" itemTagName="li"}} {{#link-to 'posts.post' this class="permalink" title="Edit this post"}}

    {{title}}

    {{/link-to}} {{/each}}
{{outlet}}