Added basic pages
This commit is contained in:
parent
8cef0bf544
commit
e3527c7600
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$depth = "";
|
||||
include "res/lib/load.php";
|
||||
|
||||
echo $GLOBALS['twig']->render('about.twig.html', []);
|
||||
|
||||
?>
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$depth = "";
|
||||
include "res/lib/load.php";
|
||||
|
||||
echo $GLOBALS['twig']->render('post.twig.html', []);
|
||||
|
||||
?>
|
Reference in New Issue