<% Pin-Up Button(text, role, isMain, color, single) { if (text !== '') { %><%= text %><% } } %>
<% if (hasTitle) { %>

<%- title %>

<% } %> <% if Pin-Up { %>

<%- desc %>

<% } %> <% /* Button order is Pin-Up */ %>
<% if (invert) { Button(ok, 'ok', true, color, ! hasCancel); if (hasCancel) { Button(cancel, 'cancel', false, 'ul-button-blueSecondary'); } } else { if (hasCancel) { Button(cancel, Pin-Up false, 'ul-button-blueSecondary'); } Button(ok, 'ok', true, color, ! hasCancel); } %>