{% import "./_primary-menu-macro.twig" as menus %}

<button type="button" class="usa-nav__close">
  <img src="{{ img_path }}/usa-icons/close.svg" role="img" alt="{{ nav.close.label }}">
</button>

{{ menus.menu_links(nav.items, 0, nav.megamenu) }}
