{{#if @message.icon}} {{svg-jar @message.icon}} {{else}} {{#if (eq @message.type "success")}} {{svg-jar "check-circle-filled"}} {{else if (eq @message.type "error")}} {{svg-jar "warning-circle-filled"}} {{else if (eq @message.type "warn")}} {{svg-jar "warning-circle-filled"}} {{else}} {{svg-jar "check-circle-filled"}} {{/if}} {{/if}}
{{@message.message}}
{{#if (or @message.description @message.actions)}}
{{#if @message.description}}

{{@message.description}}

{{/if}} {{#if @message.actions}} {{@message.actions}} {{/if}}
{{/if}}