8000 Merge pull request #3 from sharion64/master · jinja2cpp/jinja2cpp.github.io@7f0eeb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f0eeb5

Browse files
authored
Merge pull request #3 from sharion64/master
Update index.md
2 parents 38781df + 9dd642f commit 7f0eeb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ permalink: /
1212
{: .no_toc }
1313

1414
{: .fs-6 }
15-
Jinja2C++ is a modern C++ implementation of the [Python Jinja2 template engine](http://jinja.pocoo.org/docs/2.10/). Originally inspired 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.
1616
{: .fs-6 .fw-300 }
1717

1818
## Main features of Jinja2C++:
1919
{: .no_toc }
2020

2121
- C++14/17 library
2222
- Supports mainstream compilers (Visual C++, gcc, clang)
23-
- Easy-to-use interface.
23+
- Easy-to-use interface/Great UI.
2424
- Conformance to [Jinja2 specification](http://jinja.pocoo.org/docs/2.10/)
2525
- 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)).
2727
- Powerful full-featured Jinja2 expressions with filtering (via '\|' operator) and 'if'-expressions.
2828
- Control flow statements ('set', 'filter', 'for', 'if', 'do', 'with').
2929
- Templates extension ('extends', 'block').
30-
- Templates reuse ('include', 'import', 'from')
30+
- Templates reuse ('include', 'import', 'from').
3131
- Macros ('macro', 'call').
3232
- Rich error reporting.
3333
- Shared template enironment with templates cache support.
@@ -50,7 +50,7 @@ Jinja2C++ is © 2018-2019 by [Flex Ferrum](https://github.com/flexferrum).
5050
### License
5151
{: .no_toc }
5252

53-
Jinja2C++ is distributed by an [Mozilla Public License 2.0](https://github.com/jinja2cpp/Jinja2Cpp/blob/master/LICENSE).
53+
Jinja2C++ is distributed by a [Mozilla Public License 2.0](https://github.com/jinja2cpp/Jinja2Cpp/blob/master/LICENSE).
5454

5555
### Contributing
5656
{: .no_toc }

0 commit comments

Comments
 (0)
0