{#if data.user}

Success!

You are {data.user.name} and your ID is {data.user.id}

{:else}

Hello

I do not know you

please try again

{/if}