You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,22 @@ permalink: /
12
12
{: .no_toc }
13
13
14
14
{: .fs-6 }
15
-
Jinja2C++ is a modern C++ implementation of the [Python Jinja2 template engine](http://jinja.pocoo.org/docs/2.10/). Originallyinspired by [Jinja2CppLight](https://github.com/hughperkins/Jinja2CppLight) library now Jinja2C++ brings support of mostly all Jinja2 templates engine features into C++ world.
15
+
Jinja2C++ is a modern C++ implementation of the [Python Jinja2 template engine](http://jinja.pocoo.org/docs/2.10/). Originally, it was inspired by [Jinja2CppLight](https://github.com/hughperkins/Jinja2CppLight) library and now Jinja2C++ brings support for mostly all Jinja2 templates engine features into C++ world.
- Conformance to [Jinja2 specification](http://jinja.pocoo.org/docs/2.10/)
25
25
- Partial support for both narrow- and wide-character strings both for templates and parameters.
26
-
- Built-in reflection for C++ types and popular json libraries ([nlohmann](https://github.com/nlohmann/json) and [rapid](https://github.com/Tencent/rapidjson))
26
+
- Built-in reflection for C++ types and popular json libraries ([nlohmann](https://github.com/nlohmann/json) and [rapid](https://github.com/Tencent/rapidjson)).
27
27
- Powerful full-featured Jinja2 expressions with filtering (via '\|' operator) and 'if'-expressions.
28
28
- Control flow statements ('set', 'filter', 'for', 'if', 'do', 'with').
29
29
- Templates extension ('extends', 'block').
30
-
- Templates reuse ('include', 'import', 'from')
30
+
- Templates reuse ('include', 'import', 'from').
31
31
- Macros ('macro', 'call').
32
32
- Rich error reporting.
33
33
- Shared template enironment with templates cache support.
0 commit comments