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

7 lines
113 B
Plaintext

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