Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created October 3, 2013 00:23
Show Gist options
  • Select an option

  • Save amadeus/6802658 to your computer and use it in GitHub Desktop.

Select an option

Save amadeus/6802658 to your computer and use it in GitHub Desktop.
var template = [
'<div>',
'<h1>{title}</h1>',
'<p>{content}</p>',
'</div>'
].join('');
@geetarista
Copy link
Copy Markdown

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment