Closed alvarotrigo closed 9 years ago
I'm using Swig as a Javascript template engine for node.js which also uses the syntax {{ variable }} to print variables from the server side.
{{ variable }}
It seems there's a conflict using both. Any way to avoid it?
Since neither lets you define an alternate syntax, I'm not sure how you'd use them together.
Yeah right. Just to verify. Thanks.
I'm using Swig as a Javascript template engine for node.js which also uses the syntax
{{ variable }}
to print variables from the server side.It seems there's a conflict using both. Any way to avoid it?