mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
6 lines
129 B
Handlebars
6 lines
129 B
Handlebars
|
<div class="user-notification">
|
||
|
{{#each notifications as |msg|}}
|
||
|
<p class="message">{{msg}}</p>
|
||
|
{{/each}}
|
||
|
</div>
|