{#if post instanceof Post}

See parent post (@{post.author.handle})

{:else if post instanceof BlockedPost}
{:else if post instanceof MissingPost}

parent post has been deleted

{:else}

something went wrong, this shouldn't happen

{/if}