{#if crumb}
{crumb}
{/if}

{title}{#if emphasis} {emphasis}{/if}

{#if description}

{description}

{/if} {#if pills.length > 0}
{#each pills as p} {p.label} {/each}
{/if}
{#if count !== undefined}
{count}
{#if countLabel}
{countLabel}
{/if}
{/if} {#if children}
{@render children()}
{/if}