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 controller itemController="posts/post" itemView="post-item-view" itemTagName="li"}} {{#link-to "posts.post" post class="permalink" alternateActive=view.active title="Edit this post"}}

    {{post.model.title}}

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