2023-08-15 12:10:04 +02:00
|
|
|
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
2023-08-15 13:37:03 +02:00
|
|
|
<?php $this->extends = '/base' ?>
|
2023-08-15 12:10:04 +02:00
|
|
|
|
2023-08-15 13:37:03 +02:00
|
|
|
Hello <a href="<?= $this->getRoute(\App\Controller\HelloWorldController::class, 'hello') ?>">index</a>!
|