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:56:04 +02:00
|
|
|
Hello world<br>
|
|
|
|
<a href="<?= $this->getRoute(\App\Controller\HelloWorldController::class, 'routes') ?>">Routes</a>
|