{{#if hasBlock}}
  {{yield}}
{{else}}
  <div class="ml4 flex-auto f3 dark-gray truncate lh-copy" data-test-target="slide-panel-header-title">
    {{content}}
  </div>
{{/if}}

<button
  {{action "dismiss"}}
  type="button"
  class="flex bg-transparent bn mr2 mt0 pa1 pointer"
  data-test-target="slide-panel-dismiss"
  aria-label={{this.shownDismissLabel}}
>
  <MalibuIcon @name="delete-16" @iconClass="fill-gray" @size={{16}} @title={{this.shownDismissLabel}} />
</button>
