Skip to content

Instantly share code, notes, and snippets.

@typerandom
Created November 21, 2012 21:31
Show Gist options
  • Save typerandom/4127910 to your computer and use it in GitHub Desktop.
Save typerandom/4127910 to your computer and use it in GitHub Desktop.
AlphaMail - Comlang Template
<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