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