What is proposed ?
In order to ease python and or jinja template writing, escape special characters and avoid multiple way to do the same thing.
This allow to use only the dot (.) notation instead of getattr (from python) or [] from jinja template.
proposal:
- --> _
@ --> _at_
# --> s_
, -->