New post
    {{#if this.postsInfinityModel}}
  1. Title
    {{#if (and this.feature.memberAttribution (not this.session.user.isContributor)) }}
    Signups
    Paid
    {{/if}} {{#if (and (not-eq this.settings.membersSignupAccess "none") (not-eq this.settings.editorDefaultEmailRecipients "disabled") (not this.session.user.isContributor) this.feature.emailAnalytics)}}
    Sends
    Opens
    {{/if}} {{#if (or (not this.feature.memberAttribution) this.session.user.isContributor) }}
    Status
    {{/if}}
  2. {{/if}} {{#each this.postsInfinityModel as |post|}} {{else}}
  3. {{#if this.showingAll}} {{svg-jar "posts-placeholder" class="gh-posts-placeholder"}}

    Start creating content.

    Write a new post {{else}}

    No posts match the current filter

    Show all posts {{/if}}
  4. {{/each}}
{{outlet}}