Returns the paths to the templates.
list<string>
public function getPaths(string $namespace = self::MAIN_NAMESPACE) : array { return $this->paths[$namespace] ?? []; }