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"}}
    {{#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}}
{{/view}}
{{outlet}}