Simple PHP template handler
include_once 'Template.php';
$template = new Template("layout/");
echo $template->loadTemplate("index", ["username" => "admin"]);Simple PHP template handler
Repository from Github https://github.comfarisc0de/TemplateEngine
Simple PHP template handler
include_once 'Template.php';
$template = new Template("layout/");
echo $template->loadTemplate("index", ["username" => "admin"]);Simple PHP template handler
MIT License