1
0

template.hbs 138 B

123456789101112
  1. {{> header}}
  2. {{#each commitGroups}}
  3. #### {{ this.header }}
  4. {{#each commits}}
  5. {{> commit root=@root}}
  6. {{/each}}
  7. {{/each}}
  8. {{> footer}}