#ifndef TPLR_H #define TPLR_H #include #include std::string renderTemplate(const std::string& templateContent, const std::map& context); #endif // TPLR_H