Skip to content

Instantly share code, notes, and snippets.

@stephan83
Created April 8, 2012 17:26
Show Gist options
  • Save stephan83/2338627 to your computer and use it in GitHub Desktop.
Save stephan83/2338627 to your computer and use it in GitHub Desktop.
Browserify templates usage
template = require './path/to/template'
html = template {text: 'This is awesome.'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment