mstch/test/data/partial_template.data
2015-04-12 19:12:28 +02:00

6 lines
113 B
Text

mstch::object{
{"title", []() {
return std::string{"Welcome"};
}},
{"again", std::string{"Goodbye"}}
}