{{#if ordered}}
    {{#each items}}
  1. {{#if (isObject this)}} {{#each this}} {{@key}}: {{this}} {{#unless @last}}, {{/unless}} {{/each}} {{else}} {{this}} {{/if}}
  2. {{/each}}
{{else}} {{/if}}