Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using polymer with Jinja2 server side templating #904

Closed
drkanukie opened this issue Nov 10, 2014 · 1 comment
Closed

Using polymer with Jinja2 server side templating #904

drkanukie opened this issue Nov 10, 2014 · 1 comment

Comments

@drkanukie
Copy link

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?

@ebidel
Copy link
Contributor

ebidel commented Nov 11, 2014

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.

@ebidel ebidel closed this as completed Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants