{comment.author} | {dateString} {#if comment.comments.length} {/if}
{@html comment.text}
{#if showComments && comment.comments.length}
{#each comment.comments as child} {/each}
{/if}