Created
March 25, 2016 12:09
-
-
Save jwerre/c28ab484c4c58e0feb6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> You've just sent an HTML template with EJS</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