6.21.1 Section View in a new window

A tile with a background image, heading and link.

Twig: components/promo/promo-section.twig

Default example
Dark text
Light text
Markup
{% embed "@uts_theme/components/promo/promo-large.twig" with {title_tag: 'h3'} %}
  {% block image %}
    <img src="/themes/uts_theme/src/components/promo/images/section-bg-2.svg" alt="">
  {% endblock %}
  {% block title %}Who we are{% endblock %}
{% endembed %}