{{#gh-view-title openMobileMenu="openMobileMenu"}}Content{{/gh-view-title}}
{{#link-to "editor.new" class="btn btn-green" title="New Post"}}New Post{{/link-to}}
{{#gh-infinite-scroll-box tagName="section" classNames="content-list-content js-content-scrollbox" fetch="loadNextPage"}}
    {{#each sortedPosts key="id" as |post|}} {{#gh-posts-list-item post=post active=(is-equal post currentPost) click="showPostContent" onDoubleClick="openEditor" as |component|}} {{#link-to "posts.post" post.id class="permalink" title="Edit this post"}}

    {{post.title}}

    {{/link-to}} {{/gh-posts-list-item}} {{/each}}
{{/gh-infinite-scroll-box}}
{{outlet}}