mquandalle / meteor-jade

The Jade template engine for Meteor/Blaze
http://atmospherejs.com/mquandalle/jade
MIT License
307 stars 39 forks source link

Jade-compiler pass data #213

Open sylido opened 6 years ago

sylido commented 6 years ago

Is there any way to pass data to the JadeCompiler.compile() function - let's say like a json object. I can do it in pug, but not here ?