<% if (title) { %>

<%- title %>

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