<%=title %>

<%= typeof body === 'string' ? body : '' %>
<% if (typeof footer === 'string') { %>
<%= footer %>
<% } %>