nickel-org / rust-mustache

mustache template library for rust
Other
202 stars 61 forks source link

Disable escaping globally #64

Open grego opened 5 years ago

grego commented 5 years ago

It would be nice to be able to do something along the lines of template.escape(false).render(...) Writing 3 curly braces gets tiresome when one expects this behaviour everywhere.