2020-05-16 15:18:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-01-05 11:19:30 +00:00
|
|
|
<title><?php echo $this->title; ?></title>
|
2020-05-16 15:18:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<?php echo $this->content(); ?>
|
|
|
|
</body>
|
|
|
|
</html>
|