forked from olcxjas-softworks/LarpixClient
10 lines
111 B
Handlebars
10 lines
111 B
Handlebars
{{#if noteGroups}}
|
|
{{#each noteGroups}}
|
|
|
|
### {{title}}
|
|
|
|
{{#each notes}}
|
|
* {{text}}
|
|
{{/each}}
|
|
{{/each}}
|
|
{{/if}}
|