{{#with "polaris-card/section-header" as |header|}}
  {{#if title}}
    {{component header title=title}}
  {{/if}}

  {{#if hasBlock}}
    {{yield (hash
      header=header
    )}}
  {{else}}
    {{text}}
  {{/if}}
{{/with}}
