{#if post.warning}
{ open_warned = !open_warned }}>
{post.warning}
{#if !open_warned} (click to reveal) {:else} (click to hide) {/if}
{/if} {#if !post.warning || open_warned} {#if post.text}
{@html rich_text}
{/if}
{#each post.files as file}
{#if file.type === "image"}
{:else if file.type === "video"}
{file.description}
[link]
{/if}
{/each}
{#if post.boost && post.text}
this is quoting a post! quotes are not supported yet.
{/if} {/if}