6.15.5 Sidebar promo View in a new window

An image promo that sits in the sidebar.

Twig: components/sidebar/sidebar-promo.twig

Markup
<div class="sidebar__promo">
  <div class="promo promo--section">
    <div class="promo__image">
      {% block image %}
        <img src="/themes/uts_theme/src/components/sidebar/square-blue-section-tile.svg" alt="Sidebar Promo">
      {% endblock image %}
    </div>
    <h3 class="promo__title">
      {% block title %}
        <p><a href="#">Join us for the next International Postgraduate Evening</a></p>
      {% endblock title %}
    </h3>
  </div>
</div>