{{#if this.icon}}
{{svg-jar this.icon class=this.iconClass}}
{{/if}} {{yield (hash CaptionInput=(component "koenig-caption-input" captureInput=this.isSelected deselectCard=this.deselectCard selectCard=this.selectCard addParagraphAfterCard=this.addParagraphAfterCard moveCursorToPrevSection=this.moveCursorToPrevSection moveCursorToNextSection=this.moveCursorToNextSection ) AltInput=(component "koenig-alt-input" addParagraphAfterCard=this.addParagraphAfterCard moveCursorToPrevSection=this.moveCursorToPrevSection moveCursorToNextSection=this.moveCursorToNextSection ) )}} {{#let (and this.saveAsSnippet (not this.isEditing)) as |showSnippetIcon|}} {{#if (or this.toolbar showSnippetIcon)}} {{#each this.toolbar.items as |item|}} {{#if item.divider}} {{else}}
  • {{/if}} {{/each}} {{#if showSnippetIcon}} {{#if this.toolbar.items}} {{/if}}
  • {{/if}}
    {{/if}} {{/let}}