You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use polymer with Jinja2 server side templating - getting errors from the polymer code. Do you have a preferred way to escape/protect the poylmer code from the templating engine code which seems to be doing substitutions into it and breaking it?
The text was updated successfully, but these errors were encountered:
You should be able to use their {%raw%}, {%verbatim%} (or equivalent in jinja2) to tell the template engine not to process the section of polymer code with {{}} bindings.
Closing this as it's more of question than a bug report.
Trying to use polymer with Jinja2 server side templating - getting errors from the polymer code. Do you have a preferred way to escape/protect the poylmer code from the templating engine code which seems to be doing substitutions into it and breaking it?
The text was updated successfully, but these errors were encountered: