#ifndef MUSTACHE_H #define MUSTACHE_H #include #include namespace Mustache { std::string render(const std::string& tmplt,const std::map& context = std::map()); } #endif