Skip to content

Instantly share code, notes, and snippets.

@bsingr
Created February 5, 2010 16:09
Show Gist options
  • Save bsingr/295904 to your computer and use it in GitHub Desktop.
Save bsingr/295904 to your computer and use it in GitHub Desktop.
var view = {
foo: null
}
var template = "lalala {{foo}} lalelu";
var html = Mustache.to_html(template, view);
// html is empty now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment