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