Hi <%= name %>,
<%= intro %>
<% if (locals.action) { %>
<%= action.instructions %>
<% } %>
<%= 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 %>
|
<% } %>
|