hanyuu/tools/render-tpl

9 lines
183 B
Plaintext
Raw Normal View History

2024-06-11 22:50:55 +00:00
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../hanyuu.php';
$templating = $hau->getTemplating();
$path = implode(' ', array_slice($argv, 1));
echo $templating->render($path);