diff --git a/templates/app/home-page.phtml b/templates/app/home-page.phtml index 911b9fd..a7f1c34 100644 --- a/templates/app/home-page.phtml +++ b/templates/app/home-page.phtml @@ -6,7 +6,7 @@ declare(strict_types=1); * @var League\Plates\Template\Template $this */ -$this->layout('layout::default', ['redirect' => true]); +$this->layout('layout::layout', ['redirect' => true]); ?>