6.16.2 Title overlay View in a new window
The standard banner, with the page title overlay.
Twig: components/banner/banner-page-title.twig
Example
Markup
<div class="banner">
<div class="banner__image">
<img src="/themes/uts_theme/src/components/banner/health-course-area-3840x1845.jpg" alt="A man walking through the open area in the foyer of UTS" width="3840" height="1845">
</div>
<div class="banner__overlay">
<div class="banner__content">
<div class="page-title">
<h1>Events</h1>
</div>
</div>
</div>
</div>