6.21.2 Promotion block View in a new window

An image with a caption and a link.

Twig: components/promo/promo-block.twig

Markup
<a href="#" class="promo__link">
  <div class="promo promo--image">
    <div class="promo__image">
      <img src="/themes/uts_theme/src/components/promo/images/image-promo-example.png" alt="Placeholder alt">
    </div>
    <div class="promo__caption">
      <h3 class="promo__caption-title">This is a title <span class="tag tag--bordered tag--white">{{ tag|default('Event') }}</span></h3>
      <p>Technologists Scholarship for five FEIT students.</p>
    </div>
  </div>
</a>