gamenight/templates/flash.html.hbs
2022-03-20 22:09:15 +01:00

5 lines
88 B
Handlebars

{{#if has_data}}
<div>
<p>{{kind}}: {{message}}</p>
</div>
{{/if}}