diff --git a/src/Html/Builder.php b/src/Html/Builder.php
index 9172874..1fa3a82 100644
--- a/src/Html/Builder.php
+++ b/src/Html/Builder.php
@@ -263,4 +263,9 @@ public function addScript(string $view): static
return $this;
}
+
+ public function getTemplate(): string
+ {
+ return $this->template;
+ }
}