{#if model.question}
{/if} {#if model.turns.length === 0}
{:else}
{#each model.turns as turn (turn.id)}
{/each}
{/if}