note-section.hbs 351 B

12345678910111213
  1. {{ header }}
  2. {{#if notes.length ~}}
  3. {{#each notes ~}}
  4. {{#tf-a-mdlist 0}}{{> tf-a-note root=@root showScope=../topLevel }}{{/tf-a-mdlist}}
  5. {{/each ~}}
  6. {{/if ~}}
  7. {{#if sections.length ~}}
  8. {{#each sections ~}}
  9. {{#tf-a-mdlist 0}}{{> tf-a-note-section root=@root header=(tf-a-concat "**" title "**") }}{{/tf-a-mdlist}}
  10. {{/each~}}
  11. {{/if}}