mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
11 lines
111 B
Handlebars
11 lines
111 B
Handlebars
{{#if noteGroups}}
|
|
{{#each noteGroups}}
|
|
|
|
### {{title}}
|
|
|
|
{{#each notes}}
|
|
* {{text}}
|
|
{{/each}}
|
|
{{/each}}
|
|
{{/if}}
|