Implement simple PHP based view renderer
This commit is contained in:
10
app/Template/base.php
Normal file
10
app/Template/base.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>TOSTI MAN KOMT JE HALEN</title>
|
||||
</head>
|
||||
<body>
|
||||
<?= $this->data['slot'] ?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user