{#if data.post.error}

404 - Not Found

{data.post.error}

{:else}
{@html data.post.content}
{/if}