{{#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}}
{{post.authorName}}
{{#if post.isPublished}}
{{#if post.model.page}}
Page
{{else}}
{{/if}}
{{else}}
Draft
{{/if}}
{{/link-to}}
{{/each}}
{{/view}}