8 lines
128 B
PHP
8 lines
128 B
PHP
|
<?php
|
||
|
$depth = "";
|
||
|
include "res/lib/load.php";
|
||
|
|
||
|
echo $GLOBALS['twig']->render('index.twig.html', ['animal' => 'cat girl']);
|
||
|
|
||
|
?>
|