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

<%= title %>

<% if(obj.message) { %>

<%= message %>

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