baryshev / ect

Fastest JavaScript template engine with embedded CoffeeScript syntax
http://ectjs.com
MIT License
626 stars 70 forks source link

How to escape opening and closing tags from a template #64

Open harish2704 opened 10 years ago

harish2704 commented 10 years ago

Hi, Is there any way to escape opening and closing tags ('<%' and '%>' for default ) from a template?

What i am currently doing is that, just changing open and close options of ect instance. But i think it's not a good solution. Please help

See my template manager application based on Ect.js https://github.com/harish2704/templates