Skip to content

Commit 98ecde4

Browse files
authored
Update README.md
1 parent a6961aa commit 98ecde4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@ Currently, Jinja2Cpp supports the limited number of Jinja2 features. By the way,
363363
- limited number of functions (**range**, **loop.cycle**)
364364
- 'if' statement (with 'elif' and 'else' branches)
365365
- 'for' statement (with 'else' branch and 'if' part support)
366+
- 'extends' statement
366367
- 'set' statement
368+
- recursive loops
367369

368370
# Supported compilers
369371
Compilation of Jinja2Cpp tested on the following compilers (with C++14 enabled feature):

0 commit comments

Comments
 (0)