Notifications
{#each notifications as notif (notif.id)}
{notif.message} {notif.time}
{/each} {#if notifications.length === 0}
No notifications
{/if}