mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
12 lines
115 B
Handlebars
12 lines
115 B
Handlebars
{{> header}}
|
|
|
|
{{#each commitGroups}}
|
|
{{#each commits}}
|
|
{{> commit root=@root}}
|
|
{{/each}}
|
|
{{/each}}
|
|
|
|
{{> footer}}
|
|
|
|
|