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