{#if loading}

Loading content...

{:else if error}

Error: {error}

{:else}
{@html content}
{/if}