tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

Added in default encoding and new raw prop. #24

Closed tbranyen closed 10 years ago

tbranyen commented 10 years ago

The default encoding for properties will be be encoded to help alleviate issues arising from XSS attacks.

If you wish to avoid this inconvience in your code, you can use the new triple curley bracket notation to render the raw property:

{{{ rawProperty }}}
tbranyen commented 10 years ago

Finally :)