mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:25:52 -05:00
12 lines
157 B
Handlebars
12 lines
157 B
Handlebars
{{#if noteGroups}}
|
|
{{#each noteGroups}}
|
|
|
|
### {{title}}
|
|
|
|
{{#each notes}}
|
|
* {{#if commit.scope}}{{commit.scope}}: {{/if}}{{text}}
|
|
{{/each}}
|
|
{{/each}}
|
|
|
|
{{/if}}
|