gamenight/templates/flash.html.hbs

5 lines
88 B
Handlebars

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