<div class="box-card {{backgroundColor}}{{#if alignRight}} to-right{{/if}}">
  {{>news_label}}
  <h3 class="text-uppercase h2">{{heading}}</h3>
  <div class="text">
    {{{text}}}
  </div>
  <a href="{{#if link}}{{link}}{{else}}{{urlResolver this}}{{/if}}" class="btn btn-block btn-default btn-lg {{#compare backgroundColor '===' 'background-tui-white'}}ghost-gray{{/compare}}{{#compare backgroundColor '!==' 'background-tui-white'}}ghost-white{{/compare}}">{{buttonText}}</a>
</div>
