{{! @typedef object emphasized-sidebar-action @prop string href @prop string text string html-logo-attributes for site logo. Must be used inside tag e.g. `class="logo" lang="en-gb"` MenuDefinition data-portals-first MenuDefinition[] array-portals-rest emphasized-sidebar-action data-emphasized-sidebar-action For displaying an emphasized action in the sidebar. string msg-toggle-sidebar-button-label The label used by the sidebar button. boolean sidebar-visible For users that want to see the sidebar on initial render, this should be true. }}
{{#data-portals-first}}{{>Menu}}{{/data-portals-first}} {{#data-emphasized-sidebar-action}}
{{text}}
{{/data-emphasized-sidebar-action}} {{#array-portals-rest}}{{>Menu}}{{/array-portals-rest}}