wbond / pybars3

Handlebars.js template support for Python 3 and 2
GNU Lesser General Public License v3.0
179 stars 46 forks source link

Support segment-literal notation '[' for referencing properties that are not valid identifiers. #1

Closed thomasst closed 9 years ago

thomasst commented 11 years ago

As described in http://handlebarsjs.com/expressions.html

philfreo commented 10 years ago

:+1:

thomasst commented 10 years ago

Don't merge this yet.

wbond commented 10 years ago

@thomasst Sorry for not noticing this before. Did you run into issues with this?

wbond commented 10 years ago

@thomasst Have any time to comment on issues with this?

wbond commented 9 years ago

@thomasst You mentioned not merging this. What were the issues you ran into?

thomasst commented 9 years ago

@wbond sorry for not getting back earlier. I don't remember exactly but I think this had to do with the security issues that I pointed out later, so it should be fine as long as the security fixes are merged.