Chris Kay | 025c87f | 2021-11-09 20:05:38 +0000 | [diff] [blame] | 1 | {{#if title ~}} |
2 | {{ header }} | ||||
3 | |||||
4 | {{#if commits.length ~}} | ||||
5 | {{#each commits ~}} | ||||
6 | {{#tf-a-mdlist 0}}{{> commit root=@root showScope=../topLevel }}{{/tf-a-mdlist ~}} | ||||
7 | {{/each}} | ||||
8 | |||||
9 | {{/if ~}} | ||||
10 | |||||
11 | {{#if sections.length ~}} | ||||
12 | {{#each sections ~}} | ||||
13 | {{#tf-a-mdlist 0}}{{> tf-a-commit-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-mdlist}} | ||||
14 | {{/each}} | ||||
15 | {{/if ~}} | ||||
16 | |||||
17 | {{/if}} |