flash.moe/tools/render-tpl

10 lines
211 B
Text
Raw Normal View History

2023-10-14 23:05:49 +00:00
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../makai.php';
$makai->startTemplating();
$templating = $makai->getTemplating();
$path = implode(' ', array_slice($argv, 1));
echo $templating->render($path);