{{#list gamebook }}
{{@number}}
{{html content}}
{{#if choices}}
{{#each choices}}
{{htmlLine choice.title}}
{{#if choice.subtitle }}
{{htmlLine choice.subtitle}}
{{/if}}
Turn to {{turn_to}}
{{/each}}
{{/if}}
{{/list}}