Registry / utility / jinja2cpplight

jinja2cpplight

JSON →
library2018-05-08vcpkgunverified

Lightweight templating engine for C++, based on Jinja2.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

#include <jinja2cpplight/Jinja2CppLight.h>

Render a simple Jinja2 template with a variable.

#include <jinja2cpplight/Jinja2CppLight.h> #include <iostream> int main() { Jinja2CppLight::Template tpl("Hello {{ name }}!"); tpl.setValue("name", "World"); std::cout << tpl.render() << std::endl; return 0; }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources

No resource links recorded.