<header class="header" id="header">
  <div class="header-content">
    <nav class="nav">
      <div class="header-menu hide-d">
        <a class="header-logo" href="/">
          <img src="/logo.svg" alt="logo" />
        </a>
        {{#if headerLinks}}
        {{#each headerLinks}}
        <a class="header-link" href="{{this.url}}" target="_blank" rel="noopener noreferrer">{{#if this.icon}}{{{this.icon}}} {{/if}}{{this.label}}</a>
        {{/each}}
        {{/if}}
        <button id="open-sidebar" class="icon menu-btn">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg>
          <span>Menu</span>
        </button>
      </div>
    </nav>
  </div>
</header>