{#if loading}
Loading
{:else if postType === "note"} {#key page.params.id}
{/key} {:else if postType === "question"} {#key page.params.id}
{/key} {:else}
Post not found
Home
{/if}