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
Post a Comment