<header class="location-header{{#if inHero}} in-hero{{/if}}">
  <h1>
    {{#unless inHero}} <span class="country-prefix">{{#if hotelPrefix}}{{{hotelPrefix}}}{{else}}{{{getResource resourceObject 'titlePrefix'}}}{{/if}}</span> {{/unless}}
    <span class="country-flag-container">{{>icon_flags_svg name=countryCode}}</span>
    <div class="flexbox-column">
      {{#if inHero}} <span class="country-prefix">{{#if hotelPrefix}}{{{hotelPrefix}}}{{else}}{{{getResource resourceObject 'titlePrefix'}}}{{/if}}</span> {{/if}}
      <span class="country-title">{{name}}</span>
    </div>
  </h1>
  {{>meta_highlight this}}
</header>
