This commit is contained in:
Ashley Rose
2026-02-23 10:45:57 -06:00
commit 7152f830c0
23 changed files with 636 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
require_once 'vendor/autoload.php';
$loader = new \Twig\Loader\FilesystemLoader('templates');
$twig = new \Twig\Environment($loader, [
'cache' => '.cache',
]);