6 lines
217 B
PHP
6 lines
217 B
PHP
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
|
<?php $this->extends = '/base' ?>
|
|
|
|
Hello world<br>
|
|
<a href="<?= $this->getRoute(\App\Controller\HelloWorldController::class, 'routes') ?>">Routes</a>
|