context->smarty->assign([ 'HOOK_HOME' => Hook::exec('displayHome'), ]); $this->setTemplate('index'); } /** * {@inheritdoc} */ public function getCanonicalURL(): string { return $this->context->link->getPageLink('index'); } }