All Posts
{{#link-to "editor.new" class="btn btn-green" title="New Post"}}{{/link-to}}
{{#view "paginated-scroll-box" tagName="section" classNames="content-list-content js-content-scrollbox"}}
    {{#each post in model itemController="posts/post" itemView="post-item-view" itemTagName="li"}} {{#link-to "posts.post" post class="permalink" title="Edit this post"}}

    {{post.title}}

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