Skip to content

Update index.md #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
@@ -12,22 +12,22 @@ permalink: /
{: .no_toc }

{: .fs-6 }
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.
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.
{: .fs-6 .fw-300 }

## Main features of Jinja2C++:
{: .no_toc }

- C++14/17 library
- Supports mainstream compilers (Visual C++, gcc, clang)
- Easy-to-use interface.
- Easy-to-use interface/Great UI.
- Conformance to [Jinja2 specification](http://jinja.pocoo.org/docs/2.10/)
- Partial support for both narrow- and wide-character strings both for templates and parameters.
- Built-in reflection for C++ types and popular json libraries ([nlohmann]( https://github.com/nlohmann/json) and [rapid](https://github.com/Tencent/rapidjson))
- Built-in reflection for C++ types and popular json libraries ([nlohmann]( https://github.com/nlohmann/json) and [rapid](https://github.com/Tencent/rapidjson)).
- Powerful full-featured Jinja2 expressions with filtering (via '\|' operator) and 'if'-expressions.
- Control flow statements ('set', 'filter', 'for', 'if', 'do', 'with').
- Templates extension ('extends', 'block').
- Templates reuse ('include', 'import', 'from')
- Templates reuse ('include', 'import', 'from').
- Macros ('macro', 'call').
- Rich error reporting.
- Shared template enironment with templates cache support.
@@ -50,7 +50,7 @@ Jinja2C++ is © 2018-2019 by [Flex Ferrum](https://github.com/flexferrum).
### License
{: .no_toc }

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

### Contributing
{: .no_toc }