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

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

{/if} {/if}