Dynamic: Add DynamicContentIncludePage to allow including pages

Este commit está contenido en:
2022-03-27 21:36:53 +02:00
padre 7bb7600d39
commit 1ae5495e61
Se han modificado 7 ficheros con 42 adiciones y 12 borrados

Ver fichero

@@ -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