{#if data.postJson.success}

Error

{data.postJson.success}

Failed to get post.

{:else}

{data.postJson.username}

{data.postJson.content}

Upvote {data.postJson.upvotes + 0} Downvote {data.postJson.downvotes + 0}

{/if}