<section class="action-card-section" data-test-action-card-section={{@dataTestId}} ...attributes>
  {{#if @title}}
    <ActionCardContainer::Title @icon={{@icon}} @imgUrl={{@imgUrl}} @dataTestId={{@dataTestId}}>
      {{@title}}
    </ActionCardContainer::Title>
  {{/if}}

  {{yield}}
</section>