{#if dashboard.eyebrow}

{dashboard.eyebrow}

{/if}

{dashboard.title}

{#if dashboard.subtitle} {dashboard.subtitle} {/if}
{#if dashboard.modules.length}
{#each dashboard.modules as module (module.id)} {/each}
{/if}
{#each dashboard.serviceGroups as group (group.id)} {/each}