@@ -1,3 +1,3 @@
-<p {{bind-attr class="toast.isInfo:message-info toast.isSuccess:message-success toast.isWarning:message-warning toast.isError:message-danger"}}>
+<p class="{{if toast.isInfo "message-info"}} {{if toast.isSuccess "message-success"}} {{if toast.isWarning "message-warning"}} {{if toast.isError "message-danger"}}">
{{toast.message}}
</p>