Skip to content

Instantly share code, notes, and snippets.

@jwerre
Created May 4, 2016 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwerre/2aff6c9f83eb04b4a94c628a11b52a02 to your computer and use it in GitHub Desktop.
Save jwerre/2aff6c9f83eb04b4a94c628a11b52a02 to your computer and use it in GitHub Desktop.
<h1> You've just sent an HTML template with Underscore</h1>
<p> This email was sent to <a href="mailto:<%= email %>">email</a> </p>
<% if (amazing) { %>
<p>You are amazing!</p>
<% } else { %>
<p>You did it!</p>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment