#ifndef MASTER_CONTENT_HPP #define MASTER_CONTENT_HPP #include #include namespace content { struct master : public cppcms::base_content { std::string title; }; } #endif