aria-labelledby="modal-title-<%- data.id %>"<% } %> aria-describedby="modal-content-<%- data.id %>" data-role="modal" data-type="<%- data.type %>" tabindex="0">
<% if(data.title){ %>
<%= data.title %>
<% } %> <% if(data.subTitle){ %>
<%= data.subTitle %>
<% } %>
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %> <% }); %>
<% } %>