2023-08-15 03:02:55 +02:00
|
|
|
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
|
|
|
|
2023-08-15 12:10:04 +02:00
|
|
|
<html lang="en">
|
2023-08-15 03:02:55 +02:00
|
|
|
<head>
|
2023-08-15 12:10:04 +02:00
|
|
|
<title>Base view title</title>
|
2023-08-15 03:02:55 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-15 12:10:04 +02:00
|
|
|
Base, slot: <?= $this->data['slot'] ?>
|
2023-08-15 03:02:55 +02:00
|
|
|
</body>
|
|
|
|
</html>
|