Gambling
{#if !$USER_DATA}
Sign in to start gambling
You need an account to place bets
(shouldSignIn = true)}>Sign In
{:else}
(activeGame = 'coinflip')} > Coinflip
(activeGame = 'slots')} > Slots
{#if activeGame === 'coinflip'}
{:else if activeGame === 'slots'}
{/if} {/if}