{story.title}
{@html story.text}
{#if hasComments}
Comments
{#if related.length}
Other discussions: {#each related as r} {#if r.num_comments}
{r.source}
{/if} {/each}
{/if} {#if story.comments.length}
{#each story.comments as comment}
{/each}
{/if} {/if}