\n\t\t{#if $page.error?.message}\n\t\t\t{#if $page.status === 404}\n\t\t\t\tPage Not Found! \n\t\t\t{:else if $page.status === 405}\n\t\t\t\t\n\t\t\t\t\t\"It looks like you're trying to do something that isn't allowed here.\n\t\t\t\t\t
Let's head back home and try it there, shall we?\"\n\t\t\t\t\n\t\t\t{:else}\n\t\t\t\t\n\t\t\t\t\t{$page.error.message}\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\tWe're having some trouble at the moment. Please try again.\n\t\t\t{/if}\n\t\t{/if}\n\t