{{#if noteGroups}}
{{#each noteGroups}}

### {{title}}

{{#each notes}}
* {{this}}
{{/each}}
{{/each}}
{{/if}}
