UnderCurrent/app/Template/home.php

5 lines
139 B
PHP

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