handlebars.js - Handlebars in Zurb messing up code -


i creating email templates using foundation emails have code processed adobe campaign , sent customers. problem adobe uses template language handlebars mangling.

if use like: <%@ include view='footer' %>

zurb spits out: <%= include="" view="'footer'" %="">

you can overcome degree using ascii code each character < % # ', that's time-consuming , email nothing code, it's not realistic solution.

zurb has workaround that's supposed stop handlebars processing code adding raw.js, doesn't seem work.

{{{{raw}}}} <%@ include view='footer' %> {{{{/raw}}}} 

has found solution this?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -