Open
Description
Implement 'forceescape' filter according to the jinja2 specification:
Enforce HTML escaping. This will probably double escape variables.
For now, in Jinja2C++, this filter should work the same way as escape
.
Implement 'forceescape' filter according to the jinja2 specification:
Enforce HTML escaping. This will probably double escape variables.
For now, in Jinja2C++, this filter should work the same way as escape
.