Skip to content

Instantly share code, notes, and snippets.

@godfat
Last active August 29, 2015 14:21
Show Gist options
  • Save godfat/2f33316cae57b269203a to your computer and use it in GitHub Desktop.
Save godfat/2f33316cae57b269203a to your computer and use it in GitHub Desktop.
x-smtpapi: {"filters":{"templates":{"settings":{"enable":1,"template_id":"template-1"}}},
"section":{":name":"Alice",":message":"this is Bob."}}
html: <%template-2%>
<html>
<body>
<div>header</div>
<div class="body">Hi Alice, this is Bob.</div>
<div class="misc">Other very complex HTML</div>
</div>footer</div>
</body>
</html>
<html>
<body>
<div>header</div>
<%body%>
</div>footer</div>
</body>
</html>
<div class="body">Hi :name, :message</div>
<div class="misc">Other very complex HTML</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment