{{!-- BEGIN-SNIPPET nypr-m-box-banner.hbs --}}
{{#if @close}}
  <NyprAButton
    class="o-box-banner__close"
    @blank={{true}}
    @onclick={{@close}}
  >
    <span class="o-icon u-icon--xs o-icon--close">
      <Icon @icon="close" @title="close"/>
    </span>
  </NyprAButton>
{{/if}}
<div class="o-box-banner__inner l-container l-container--16col">
  {{yield (hash
    title=(component 'nypr-m-box-banner/title')
    body=(component 'nypr-m-box-banner/body')
  )}}
</div>
{{!-- END-SNIPPET --}}