- Add Header and Footer support (Thanks to Denny Weinberg)
- '>' and '<' can now be used inside jinja tags
- render() accepts optionnal jinja_env argument : useful to set custom filters and other things
- better subdoc management : accept tables
- better xml code cleaning around Jinja2 tags
- python 3 support
- remove debug code
- add lxml dependency
- fix template filter with quote
- add RichText support
- add subdoc support
- add some exemples in tests/
- First running version