" aria-hidden="<% if(obj.shown) { %>false<% } else { %>true<% } %>" aria-labelledby="alert-<%= type %>-title" <% if (obj.message) { %>aria-describedby="alert-<%= 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 alert <% } %>