python - Verbatim-tag in Google App Engine not working -


i want serve polymer-code via django in google app engine.

the problem is, polymer uses double curly braces, django. in newer django versions, 1 can use verbatim-tag, in version used in google app engine, this tag not implemented.

is there alternative?

i ended using jinja2 instead


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -