content = file_get_contents(__DIR__ . '/template.html'); $this->content = str_replace('{{content}}', $content, $this->content); return $this->content; } }