8000 Update j2_compatibility.md · jinja2cpp/jinja2cpp.github.io@2fe5e26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fe5e26

Browse files
authored
Update j2_compatibility.md
1 parent 87fd787 commit 2fe5e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/j2_compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ nav_order: 7
55
---
66

77
# Current Jinja2 support
8-
Currently, Jinja2Cpp supports the limited number of Jinja2 features. By the way, Jinja2Cpp is planned to be full [jinja2 specification](http://jinja.pocoo.org/docs/2.10/templates/)-conformant. The current support is limited to:
9-
- expressions. You can use almost every style of expressions: simple, filtered, conditional, and so on.
8+
Currently, Jinja2C++ supports the limited number of Jinja2 features. By the way, Jinja2C++ is planned to be full [jinja2 specification](http://jinja.pocoo.org/docs/2.10/templates/)-conformant. The current support is limited to:
9+
- expressions. You can use every style of expressions: simple, filtered, conditional, and so on.
1010
- big number of filters (**sort, default, first, last, length, max, min, reverse, unique, sum, attr, map, reject, rejectattr, select, selectattr, pprint, dictsort, abs, float, int, list, round, random, trim, title, upper, wordcount, replace, truncate, groupby, urlencode**)
1111
- big number of testers (**eq, defined, ge, gt, iterable, le, lt, mapping, ne, number, sequence, string, undefined, in, even, odd, lower, upper**)
1212
- limited number of functions (**range**, **loop.cycle**)

0 commit comments

Comments
 (0)
0