<header class="tui-hero with-heading">
  {{>image_responsive_hero heroImage}}
  {{#if heroSplash}}{{>hero_splash heroSplash}}{{/if}}
  {{#if heading}}
    <div class="tui-container">
      <div class="hero-heading">
        <h1>{{heading}}</h1>
        {{#if subHeading}}
          <h3>{{subHeading}}</h3>
        {{/if}}
      </div>
    </div>
    <div class="hero-fade"></div>
  {{/if}}
</header>
