{#if !onLogin}
{:else}
Your Recipes
{#await pageData}
Loading...
{:then data} {#if data.recipes.length == 0}
So empty! Write your recipes!
{:else}
{/if} {/await}
{/if}