{#each menuItems as menuItem}
{menuItem.label}
{#if menuItem.endLabel}
{menuItem.endLabel}
{/if}
{/each}