{#each paragraphs as para (para.index)}

{#each para.sentences as sentence (sentence.idx)} {#each sentence.tokens as token (token.idx)} {#if !token.is_punct} {:else} {token.text} {/if} {/each} {/each}

{/each}