<% if (title) { %>

<%- title %>

<% } %>
<%= content %>
<% if (allowCancel) { %> <%- cancelText %> <% } %> <%- secondaryText %> <% if (allowOk) { %> <%- okText %> <% } %>