aria-describedby="notification-<%= type %>-description" <% } %> <% if (obj.actions) { %>role="dialog"<% } %> >
<% var iconText = {"warning": "⚠", "confirmation": "✓", "error": "⚠", "announcement": "📢", "step-required": "", "help": "❓", "saving": "⚙"} %> <%= iconText[type] %>

<%= title %>

<% if(obj.message) { %>

<%= message %>

<% } %>
<% if(obj.actions) { %> <% } %> <% if(obj.closeIcon) { %> close notification <% } %>