<%- include('header') %>

<%= title %>

<%= message %>

<% if (typeof confirmUrl !== 'undefined' && confirmUrl) { %> <% var _method = (typeof confirmMethod !== 'undefined' && confirmMethod) ? confirmMethod : 'GET'; %> <% if (_method.toUpperCase() === 'POST') { %>
<% } else { %> <%= confirmLabel || 'Bestätigen' %> <% } %> <% } %>
<%- include('footer') %>