- Provide a different mechanism in parametrize: variable substitution (mapping) and jinja context (context)
0.0.2
------------------
- Adopt Jinja2 as template engine. You can use ``$name`` and ``${name}`` as usual, now custom expressions ``{! name.upper() !}`` or any other Jinja2 constructs are supported too