#include #include #include int main() { nlohmann::json data = {{"name", "world"}}; inja::render_to(std::cout, "Hello {{ name }}!", data); }