<button
  type="button"
  class="btn btn-primary"
  {{on "click" @onClick}}
  data-test-modal-footer-ok
  ...attributes
>
  {{#if hasBlock}}
    {{yield}}
  {{else}}
    OK
  {{/if}}
</button>
