ctemplate

Template language for C++ with variable substitution and logic

brewmacoslinux
Try with needOr install directly
Source

About

Template language for C++

Commands

ctemplate

Examples

Process a template file with variable substitution$ ctemplate --template=input.tpl --output=result.html
Compile a template into C++ code$ make_tpl_varnames_h input.tpl output.h
Generate template dictionary from template file$ make_tpl_dictionary_cc input.tpl output.cc