admidio
admidio copied to clipboard
Split HtmlPage into Page and HtmlPage Class
The current HtmlPage class contains the data structure and the rendering as html in one class. We should split it up into 2 classes: Page, HtmlPage
- Page: Contains all methods to set/get title, files, content, ...
- HtmlPage: Gets a Page Class instance and only does the rendering stuff