//this file is generated by program automatically,don't modify it!
#include <drogon/DrTemplate.h>
class test_cmake:public drogon::DrTemplate<test_cmake>
{
public:
	test_cmake(){};
	virtual ~test_cmake(){};
	virtual std::string genText(const drogon::DrTemplateData &) override;
};
