<div class="tui-card ticket offer-ticket">
  <header>
    <div class="header-top">
      <div class="offer-text">{{offerText}}</div>
      <div class="date-description">
        <span class="date">{{startDate}}</span>
        <span class="date-text">{{dateText}}</span>
        <span class="date">{{endDate}}</span>
      </div>
    </div>
    <h3>{{heading}}</h3>
  </header>
<div class="description" data-markdown>{{{description}}}</div>
</div>
