getTemplate(); } public function getEntrypoint(): string { return $this->entrypoint ?? ''; } protected function findTemplates(string $path) { $paths = $this->twig->getLoader(); // TODO: Implement } }