{{#if this.post}}
{{#if this.ui.isFullScreen}}
{{svg-jar "arrow-left" class="w3 fill-blue mr1 nudge-right--2"}} {{capitalize (pluralize this.post.displayName)}}
{{/if}}
{{#if this.infoMessage}}
{{svg-jar "idea" class="w7 h7 fill-blue"}}

{{this.infoMessage}}

{{/if}}
{{#unless this.post.isNew}} {{#if this.session.user.isContributor}} {{else}} {{/if}} {{/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" class="w4 h4 stroke-midgrey-l2"}}
{{#if this.showDeletePostModal}} {{/if}} {{#if this.showLeaveEditorModal}} {{/if}} {{#if this.showReAuthenticateModal}} {{/if}} {{#if this.showEmailPreviewModal}} {{/if}} {{#if this.showUpgradeModal}} {{/if}} {{/if}} {{outlet}}