Created
November 21, 2012 21:31
-
-
Save typerandom/4127910 to your computer and use it in GitHub Desktop.
AlphaMail - Comlang Template
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
<html> | |
<body> | |
<h2>Hi <# capitalize(payload.name) #>!</h2><br><br> | |
Thank you for signing up to XYZ.<br> | |
<a href="http://example.com/email/verify?token=<# urlencode(payload.token) #>">Click here to verify your email</a><br><br> | |
Best regards,<br> | |
The XYZ Team | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment