canonical_url = $canonical_url; $this->description = $description; $this->title = $title; $this->content = $content; $this->current_year = date("Y"); } /** * Request template to be presented to the user * * @access public * @author cmc */ public function render(): void { include_once 'src/View/BaseTemplate.php'; } }