Template engine for modern C++ with Jinja2-like syntax
Template engine for modern C++
inja
$ inja template.txt data.json
$ inja -d '{"name": "World"}' template.txt
$ inja template.txt data.json -o output.txt