{#if question} {@const q = question}

{q.prompt}

{#if q.context.why}

{q.context.why}

{/if}
{#if q.context.entities?.length}
{#each q.context.entities as slug} {slug} {/each}
{/if} {#if q.context.options?.length}
{#each q.context.options as opt} {/each}
{/if}