{$USER_DATA ? getTimeBasedGreeting($USER_DATA?.name) : 'Welcome to Rugplay!'}

{#if $USER_DATA} Here's the market overview for today. {:else} You need to to play. {/if}

{#if loading} {:else if coins.length === 0}
No coins available

Be the first to create a coin!

{:else}

Market Overview

goto(`/coin/${coin.symbol}`)} />
{/if}