Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Last active December 21, 2015 19:08
Show Gist options
  • Save vadimdemedes/6351775 to your computer and use it in GitHub Desktop.
Save vadimdemedes/6351775 to your computer and use it in GitHub Desktop.
var templateFn = Chute.Utils.template('<h1>{{ title }}</h1>');
var renderedTemplate = templateFn({ title: 'Hello World' }); // <h1>Hello World</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment