{$page.status}
{#if online} {#if $page.status === 404}

Not found!

If you were expecting to find something here, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks!

{:else}

Yikes!

Something went wrong when we tried to render this page.

{#if $page.error.message}

{$page.status}: {$page.error.message}

{:else}

Encountered a {$page.status} error.

{/if}

Please try reloading the page.

If the error persists, please drop by the Discord chatroom and let us know, or raise an issue on GitHub. Thanks!

{/if} {:else}

It looks like you're offline

Reload the page once you've found the internet.

{/if}