<a href="{{urlResolver this}}" class="tui-card ticket">
  <h3>{{heading}}</h3>
  {{!--#or priceText priceValue--}}
  <div class="offer-block">
    <div class="offer-text">
      {{priceText}}
      <span class="price-text">{{priceValue}}</span>
    </div>
  </div>
  {{!--/or--}}
</a>
