{comment.author} |
{dateString}
{#if comment.comments.length}
[{showComments ? '-' : '+'}]
{/if}
{@html comment.text}
{#if showComments && comment.comments.length}
{#each comment.comments as child}
{/each}
{/if}