Skip to content

Instantly share code, notes, and snippets.

@jwerre
Created March 25, 2016 12:11
Show Gist options
  • Save jwerre/f3b3032f77933e23f69c to your computer and use it in GitHub Desktop.
Save jwerre/f3b3032f77933e23f69c to your computer and use it in GitHub Desktop.

Revisions

  1. jwerre created this gist Mar 25, 2016.
    7 changes: 7 additions & 0 deletions text_email_template.underscore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    You've just sent a plain text email with Underscore
    this email was sent to <%= email %>
    <% if (amazing) { %>
    You are amazing!
    <% } else { %>
    You did it!
    <% } %>