{#if others.length === 0} Note to self {:else if others.length === 1} {:else}

and {others.length - 1} {others.length > 2 ? "others" : "other"}

{/if}
{#if !active && $notifications.has(path)}
{/if}

{props.messages[0].content}