{status}
{#if online}

Yikes!

{#if error.message}

{status}: {error.message}

{:else}

Encountered a {status} error

{/if} {#if dev && error.stack}
{error.stack}
{:else} {#if status >= 500}

Please try reloading the page.

{/if}

If the error persists, please drop by 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}