sometimes the default jinja syntax is inappropriate.
Need option to set all options of the jinja env.
https://github.com/zyguan/textpl/blob/master/render.py
targets:
- output: foo
template: foo.jj2
options:
..
block_end_string: '*))'
...
This could be used to add basic support for many template types.