Welcome to Jinja2¶
- sandboxed execution
- powerful automatic HTML escaping system for XSS prevention
- template inheritance
- compiles down to the optimal python code just in time
- easy to debug. Line numbers of exceptions directly point tothe correct line in the template.
- configurable syntax