marko-js / templating-benchmarks

Benchmarking framework for multiple templating engines
MIT License
138 stars 26 forks source link

Nunjucks can configure auto escape #5

Open jdnichollsc opened 8 years ago

jdnichollsc commented 8 years ago

Hi guys!

With Nunjucks you can set the auto-escape:

nunjucks.configure('views', {
  autoescape: true
  express   : app
});

Regards, Nicholls