6 lines
217 B
PHP
Raw Normal View History

<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
2023-08-15 13:37:03 +02:00
<?php $this->extends = '/base' ?>
2023-08-15 13:56:04 +02:00
Hello world<br>
<a href="<?= $this->getRoute(\App\Controller\HelloWorldController::class, 'routes') ?>">Routes</a>