3 lines
No EOL
167 B
Handlebars
3 lines
No EOL
167 B
Handlebars
{{#each this.model.notes as |note|}}
|
|
<Note @isInTimeline="true" @content="{{note.content}}" @username="{{note.username}}" @serverdomain="{{note.server}}"/>
|
|
{{/each}} |