diff --git a/src/Plugin/TemplateLoad.php b/src/Plugin/TemplateLoad.php
index 89f1f782942be4944157d06d95ed209a01c70aaa..c3a009884aa98c59111e2ee6270d9a7ed382fcfa 100644
--- a/src/Plugin/TemplateLoad.php
+++ b/src/Plugin/TemplateLoad.php
@@ -56,6 +56,14 @@ trait TemplateLoad {
 		return ob_get_clean();
 	}
 
+	/**
+	 * Get template path.
+	 *
+	 * @return string
+	 */
+	public function get_template_path() {
+		return trailingslashit( $this->template_path );
+	}
 
 
 }
\ No newline at end of file