<% if (title) { %>

<%= title %>

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