{#if type == "quote"} ยป {:else} ! {/if}
{#each content as p} {#if type == "quote"}
{p}
{:else}
{p}
{/if} {/each}