Error
<%= error %>
<% if (typeof button !== 'undefined' && button) { var btnColor = button.color || 'blue'; %> <% if (button.action === 'back') { %>
<%= button.text %>
<% } else if (button.action === 'url' && button.url) { %>
<%= button.text %>
<% } %> <% } %>