mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
8 lines
219 B
PHP
8 lines
219 B
PHP
$container = new \wsos\structs\container();
|
|
|
|
$templates = $container->get("templateLoader");
|
|
$context = $container->get("context");
|
|
|
|
$templates->load("info.html");
|
|
$templates->render($context);
|
|
$templates->show(); |