<html>
<head>
    <link rel="stylesheet" href="media/styles.css">
    <title><?=$this->value("title")?></title>
    <style><?=$this->value("custom-css")?></style>        
</head>
<body>
<div id="header"><?php $this->showContent("header");?></div>
<div id="content"><?php $this->showContent("body");?></div>
<div id="footer">
(C) XWolf 2022
</div>
</body>
</html>