6.21.6 Arrow promo View in a new window

A two tile width block displaying a teaser and an image.

Twig: components/promo/promo-arrow.twig

Markup
<a href="#" class="promo__link">
  <div class="promo promo--newsroom {{ modifier_class }}">
    <div class="promo__info">
      <h3>Get the full UTS Experience</h3>
      <p>How does a 190-year-old research icon remain relevant? Just ask the Australian Museum lorem ipsum dolor.</p>
    </div>
    <div class="promo__media">
      <img src="/themes/uts_theme/src/components/promo/images/image-promo-example.png" alt="">
    </div>
  </div>
</a>