5 lines
139 B
PHP
5 lines
139 B
PHP
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
|
<?php $this->extends = '/base.php' ?>
|
|
|
|
Hello <?= $this->data['name'] ?>!
|