#ifndef EVENTS_H #define EVENTS_H #include #include #include #include "../utils/events.h" /** * @brief Replaces placeholder with content section in web page * * @param[in] var * * @return String */ String events_processor(const String& var); #endif