linstrom/frontend-reactive/app/templates/application.hbs
2024-09-20 16:35:59 +02:00

11 lines
No EOL
161 B
Handlebars

{{page-title "FrontendReactive"}}
{{outlet}}
{{#each @model.notes as |note|}}
<Note
@note={{note}}
@isInTimeline="false"
/>
{{/each}}
<!--<Timeline />-->