<%= typeof pageTitle !== 'undefined' ? pageTitle : 'Mail Notifier' %>

<% if (typeof showActions !== 'undefined' && showActions) { %>
<% if (typeof actionButtons !== 'undefined') { %> <% actionButtons.forEach(function(button) { %> <% if (button.icon) { %> <% } %> <%= button.text %> <% }); %> <% } %>
<% } %>