From d5bf37d96f58b87429097911dff4001d4ac8af3c Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 25 Nov 2023 11:19:36 +0900 Subject: [PATCH] Add Jinja2C++ (#1446) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8d6cf1..02b144f 100644 --- a/README.md +++ b/README.md @@ -1074,6 +1074,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [icecream-cpp](https://github.com/renatoGarcia/icecream-cpp) - A small printing library for debugging purposes. [MIT] * [inja](https://github.com/pantor/inja) - A Template Engine for Modern C++. [MIT] * [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications. +* [Jinja2ะก++](https://github.com/jinja2cpp/Jinja2Cpp) - almost full-conformance template engine implementation. [website](https://jinja2cpp.github.io/) * [jwt-cpp](https://github.com/Thalhammer/jwt-cpp) - A header only library for creating and validating JSON web tokens in C++. [MIT] * [Kangaru](https://github.com/gracicot/kangaru) - A dependency injection container for C++11 and C++14. [MIT] * [Klib](https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. [MIT]