xref: /rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/note-section.hbs (revision c71793c6476fa2828f866b8d7b272289f0d9a15c)
1{{ header }}
2
3{{#if notes.length ~}}
4  {{#each notes ~}}
5    {{#tf-a-mdlist 0}}{{> tf-a-note root=@root showScope=../topLevel }}{{/tf-a-mdlist}}
6  {{/each ~}}
7{{/if ~}}
8
9{{#if sections.length ~}}
10  {{#each sections ~}}
11    {{#tf-a-mdlist 0}}{{> tf-a-note-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-mdlist}}
12  {{/each~}}
13{{/if}}
14