8 lines
244 B
Text
8 lines
244 B
Text
Mustache implementation for modern C++ (requires C++11).
|
|
|
|
Features:
|
|
* Header only
|
|
* Zero dependencies
|
|
* Templated string type for compatibility with any STL-like string (std::string, std::wstring, etc)
|
|
|
|
WWW: https://github.com/kainjow/Mustache
|