Render mustache templates with modern C++ library
Complete implementation of {{mustache}} templates using modern C++
$ mstch_render template.mustache data.json$ mstch_render --output result.html template.mustache data.json$ echo '{{name}}' | mstch_render --data '{"name":"world"}'$ mstch_render *.mustache shared_data.json