summaryrefslogtreecommitdiff
path: root/gomplate.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-11-10 11:16:28 -0500
committerDave Henderson <dhenderson@gmail.com>2018-11-10 20:56:24 -0500
commitb8797404d01fc222cf22535ff57ab925aed4d88d (patch)
treec8c6c40f0d803b0e7b852c43340e55b57a15b717 /gomplate.go
parent40b95a7537904926783bea001c0d45fd3c30a798 (diff)
New tpl function
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'gomplate.go')
-rw-r--r--gomplate.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gomplate.go b/gomplate.go
index c7ecdb8e..85bc8be6 100644
--- a/gomplate.go
+++ b/gomplate.go
@@ -96,6 +96,7 @@ type gomplate struct {
leftDelim string
rightDelim string
nestedTemplates templateAliases
+ rootTemplate *template.Template
}
// runTemplate -