aria-describedby="<%= type %>-<%= intent %>-description" <% } %> <% if (obj.actions) { %>role="dialog"<% } %> >
<% if(obj.icon) { %> <% var iconClass = {"warning": "warning", "confirmation": "check", "error": "warning", "announcement": "bullhorn", "step-required": "exclamation-circle", "help": "question", "mini": "cog"} %> <% } %>

<%= title %>

<% if(obj.message) { %>

<%= message %>

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