Guest User

Untitled

a guest
Apr 20th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var sys = require("sys"), mustache = require("./mustache");
  2.  
  3. var tmpl = "<test>{{omg}}</test>";
  4. var view ={omg: "wtf"};
  5.  
  6. sys.puts(mustache.to_html(tmpl, view));
Add Comment
Please, Sign In to add comment