5 lines
71 B
Handlebars
5 lines
71 B
Handlebars
|
{{#each this.notes as |note|}}
|
||
|
<Note />
|
||
|
{{/each}}
|
||
|
|
||
|
<InfinityLoader />
|