{{#if this.post}}
{{#if this.ui.isFullScreen}}
{{svg-jar "arrow-left"}} {{capitalize (pluralize this.post.displayName)}}
{{/if}}
{{#unless this.post.isNew}} {{#if this.post.isDraft}}
{{/if}} {{#if this.session.user.isContributor}} {{else}} {{/if}} {{#unless this.showSettingsMenu}}
{{/unless}} {{/unless}}
{{!-- gh-koenig-editor acts as a wrapper around the title input and koenig editor canvas to support Ghost-specific editor behaviour --}}
{{gh-pluralize this.wordCount.wordCount "word"}}
{{svg-jar "help"}}
{{#if this.showSettingsMenu}} {{/if}}
{{#if this.showReAuthenticateModal}} {{/if}} {{#if this.showUpgradeModal}} {{/if}} {{#if this.snippetToUpdate}} {{/if}} {{#if this.snippetToDelete}} {{/if}} {{/if}} {{outlet}}