_ = require("underscore")
settings = require "settings-sharelatex"
module.exports = _.template """
<% if (title) { %>
<%= title %>
<% } %>
<% if (greeting) { %>
<%= greeting %>
<% } %>
<%= message %>
<% if (secondaryMessage) { %>
<%= secondaryMessage %>
<% } %>
If the button above does not appear, please open the link in your browser here:
<%= ctaURL %>
|
|
---|
|
<% if (gmailGoToAction) { %>
<% } %>
"""