linstrom/frontend-reactive/app/components/timeline/note.hbs

4 lines
59 B
Handlebars
Raw Normal View History

<div>
<h3>{{@username}}</h3>
<p>{{@content}}</p>
</div>