{#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}{#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}