index.php
<?php
echo 'index page';
Lia\Test\Example::show_thing();
echo $lia->view('example/card');
?>
<a href="/routed-by-phad/">Example of Phad Route</a>
<?php
echo 'index page';
Lia\Test\Example::show_thing();
echo $lia->view('example/card');
?>
<a href="/routed-by-phad/">Example of Phad Route</a>