Skip to content

Instantly share code, notes, and snippets.

@cfurrow
Created November 14, 2010 23:30
Show Gist options
  • Save cfurrow/676222 to your computer and use it in GitHub Desktop.
Save cfurrow/676222 to your computer and use it in GitHub Desktop.
var haml_text = ".item";
haml_text += " .name= name";
haml_text += " .desc= description";
var item_template = Haml(haml_text);
var html = item_template({name:"some name",description:"here's a description"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment