{#if status === 'ok'}
{canary.description}
{:else if status === 'fetching'}
Fetching Canary...
{:else if status === 'failed_sigcheck'}
Failed Signature Check!
Either the upstream key changed, or the canary is fucked!
{:else if status === 'failed_fetch'}
Failed to fetch canary!
{/if}