{#if post.warning} {/if} {#if !post.warning || open_warned} {#if post.text} {@html rich_text} {/if} {#if post.files && post.files.length > 0}
{#each post.files as file}
{#if ["image", "gifv", "gif"].includes(file.type)} {file.description} {:else if file.type === "video"} {/if}
{/each}
{/if} {#if post.boost && post.text}

this is quoting a post! quotes are not supported yet.

{/if} {/if}