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