<%- subject %>
<%- createdUtcDate ? createdUtcDate.toFormat('MMMM dd yyyy h:mm tt') : '' %>
<% if (showStar()) { %>
<% } %>
<%= body %>
<% if (attachment && showAttachment()) { %>
<%- attachment.filename %>
<% } %>