linklists
All menus in the store.
You can access specific menus from the linklists object by using the menu's handle.
<!-- Demo menu -->
{{#each linklists.demo-menu.links as |link|}}
{{{ link_to link.title link.url }}}
{{/each}}
<!-- Header menu -->
{{#each linklists.header.links as |link|}}
{{{ link_to link.title link.url }}}
{{/each}}
Was this article helpful to you?