<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?= $this->charset ?>">
<meta name="Generator" content="Contao Open Source CMS">
<title><?= $this->title ?></title>
<?= $this->css ?>
</head>
<body>
<?= $this->body ?>
</body>
</html>