{{#if title}}

{{title}}

{{/if}}
{{#if left_label}} {{left_label}} {{/if}}
    {{#each left_points}}
  • {{text}} {{#if sub}} {{sub}} {{/if}}
  • {{/each}}
{{#if right_label}} {{right_label}} {{/if}}
    {{#each right_points}}
  • {{text}} {{#if sub}} {{sub}} {{/if}}
  • {{/each}}