{#if showQuestion}
{question.data.question}
{path
{#each _choices as choice}
{choice}
{/each}
{/if}