Jinja2Cpp
Jinja2Cpp copied to clipboard
Support general templates parsing and rendering options
It should be possible to define for template engine the following options:
- [ ] 1. Handling of lines started from '#' symbol - should the be processed as control lines or as regular lines.
- [ ] 2. Default string comparison mode (case sensitive/insensitive)
- [x] 3. Compatibility mode with bare Jinja2