comments.hpp 139 B

123
  1. const mstch::node comments_data = mstch::map{
  2. {"title", mstch::lambda{[]()->mstch::node{return std::string{"A Comedy of Errors"};}}}
  3. };