{#if $page.status === 404}
The page you requested doesn't exist! 🤷♂️
Go Home
{:else}
Unexpected Error
We're investigating the issue.
{/if} {#if $page.error?.errorId}
Error ID: {$page.error.errorId}
{/if}