Luís Murta b27b70185e
All checks were successful
/ test (push) Successful in 15s
fix: add templates to dist/
2025-06-21 09:15:23 +01:00

17 lines
153 B
Handlebars

{{> header}}
{{#each commitGroups}}
{{#if title}}
### {{title}}
{{/if}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}