{{#if title}}

{{title}}

{{/if}}
{{#each nodes}}
{{title}}
{{#if desc}}
{{desc}}
{{/if}}
{{#unless @last}}
{{/unless}} {{/each}}
{{#if note}}
{{note}}
{{/if}}