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>
<# payload.user_name #> sent you a message.<br>
<p><# shorten(payload.message, 25)<p><br>
<# if(payload.message.length > 25){ #>
<a href="http://www.awesome.com/msg/<# urlencode(payload.message_id) #>">Click here to login and read the full message</a>
<br><br>
<# } #>
Best regards,<br>
Awesome Community Site
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment