template.hbs 290 B

123456789
  1. {{> header }}
  2. {{#each (tf-a-notes noteGroups) ~}}
  3. {{> tf-a-note-section root=@root header=(tf-a-concat "### ⚠ " title) topLevel=true }}
  4. {{/each ~}}
  5. {{#each (tf-a-commits commitGroups) ~}}
  6. {{> tf-a-commit-section root=@root header=(tf-a-concat "### " title) topLevel=true }}
  7. {{/each ~}}