Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f0eeb5

Browse files
authored
Merge pull request#3 from sharion64/master
Update index.md
2 parents38781df +9dd642f commit7f0eeb5

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/). Originallyinspired by[Jinja2CppLight](https://github.com/hughperkins/Jinja2CppLight) library now Jinja2C++ brings supportof 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 wasinspired by[Jinja2CppLight](https://github.com/hughperkins/Jinja2CppLight) libraryandnow Jinja2C++ brings supportfor 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 byan[Mozilla Public License 2.0](https://github.com/jinja2cpp/Jinja2Cpp/blob/master/LICENSE).
53+
Jinja2C++ is distributed bya[Mozilla Public License 2.0](https://github.com/jinja2cpp/Jinja2Cpp/blob/master/LICENSE).
5454

5555
###Contributing
5656
{: .no_toc }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp