<% if (locals.product.logo) { %> <% } else { %> <%- product.name %> <% } %>

Hi <%- name %>,

<%- intro %>

<% if (locals.table) { %>
<% for (var column in table.data[0]) {%> width="<%= table.columns.customWidth[column] %>" <% } %>>

<%- column.charAt(0).toUpperCase() + column.slice(1) %>

<% } %>
<% for (var i in table.data) {%> <% for (var j in table.data[i]) {%> <% } %> <% } %>
<%- table.data[i][j] %>
<% } %> <% if (locals.action) { %>

<%- action.instructions %>

<%- action.button.text %>
<% } %>

<%- outro %>

Yours truly,
<%- product.name %>

<% if (locals.action) { %>

If you’re having trouble clicking the "<%- action.button.text %>" button, copy and paste the URL below into your web browser:

<%- action.button.link %>

<% } %>

© <%- new Date().getFullYear() %> <%- product.name %>. All rights reserved.