Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created November 19, 2013 22:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejefflarson/7553740 to your computer and use it in GitHub Desktop.
Save thejefflarson/7553740 to your computer and use it in GitHub Desktop.
var template = _.template([
"<p>",
"<%= thinger %>",
"</p>"
].join("\n"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment