{@render children()}
{#each notifications as notification (notification.id)}
{notification.message}
{/each}
{#if $healthStatus === 'healthy'}
Connected to backend
{:else}
Not connected
{/if}