{{data.title}}
    {{#each data.board}}
  • {{this.title}}
    {{this.value}}
  • {{/each}}
{{#each data.items}} {{#if this.title}}
{{this.title}}
{{/if}}
    {{#each this.items}}
  • {{this.title}}
    {{this.value}}
  • {{/each}}
{{/each}}