Bypass template engine

Hi!

I need to use jsRender, but it’s template engine, which also uses {{, is conflicting with Hugo.

Is there a way to bypass Hugo template engine?

Thank you!

The delimiters are hard-coded in Go’s standard library and I’m not aware of a way to change them easily (in Hugo).

Thanks!