public function __construct(string $template = 'main', string $type = self::ROOT, string $name = 'main') { $this->name = str_starts_with($name, '__internal_') ? 'INTERNAL' : $name; $this->enter(); }