<header class="tui-hero">
  {{>image_responsive_hero heroImage}}
  {{>text_in_image this}}
  {{#if heroSplash}}{{>hero_splash heroSplash splashLink=splashUrl}}{{/if}}
</header>
{{#if heroImage.fields.description}}
  <section class="container image-caption">
    {{{heroImage.fields.description}}}
  </section>
{{/if}}
