template fix and test
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-21 15:06:20 +00:00
parent 52a5d79a28
commit ea3441c0a8
6 changed files with 286 additions and 49 deletions

View File

@ -11,7 +11,7 @@ class Home extends Page
function index()
{
$this->set('template', "home.mustache");
$this->set('template', "home.html");
return $this->renderPagecontent();
}