{applicationName}
›
{#each list as crumb, i} {#if i < list.length - 1}
{crumb.label}
›
{:else}
{crumb.label}
{/if} {/each}