{#each $notificationStore.notifications as notification (notification.id)}
{notification.message}
{#if notification.icon} {/if}
{/each}