{#each $notifications as n (n.id)}
{n.title}
notifications.remove(n.id)} className="p-2" bg="bg-stone-900/50" hover_bg="bg-stone-600/70" active_bg="bg-stone-500/80">
{n.message}
{/each}