pruvodce/tpl/home.php

6 lines
66 B
PHP
Raw Permalink Normal View History

2021-07-15 18:31:36 +00:00
<?= render('_header'); ?>
2021-07-15 18:42:46 +00:00
<p>TODO</p>
2021-07-15 18:31:36 +00:00
2021-07-15 18:42:46 +00:00
<?= render('_footer'); ?>