_ = require("underscore") settings = require "settings-sharelatex" module.exports = _.template """
<% if (title) { %>

<%= title %>

<% } %>
 
<% if (greeting) { %>

<%= greeting %>

<% } %>

<%= message %>

 
<%= ctaText %>
<% if (secondaryMessage) { %>
 

<%= secondaryMessage %>

<% } %>
<% if (gmailGoToAction) { %> <% } %> """