{#if post !== undefined}
{post.title}
{@html post.content}
{:else}
No such post
{/if}