Dynamic: Add DynamicContentIncludePage to allow including pages
This commit is contained in:
12
dynamic/dynamiccontentincludepage.h
Normal file
12
dynamic/dynamiccontentincludepage.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef DYNAMICCONTENTINCLUDEPAGE_H
|
||||
#define DYNAMICCONTENTINCLUDEPAGE_H
|
||||
#include "dynamiccontent.h"
|
||||
class DynamicContentIncludePage : public DynamicContent
|
||||
{
|
||||
public:
|
||||
using DynamicContent::DynamicContent;
|
||||
|
||||
std::string render();
|
||||
};
|
||||
|
||||
#endif // DYNAMICCONTENTINCLUDEPAGE_H
|
Viittaa uudesa ongelmassa
Block a user