diff options
Diffstat (limited to 'tpl/template_info.go')
-rw-r--r-- | tpl/template_info.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/template_info.go b/tpl/template_info.go index b27debf1f..fd126d80f 100644 --- a/tpl/template_info.go +++ b/tpl/template_info.go @@ -25,6 +25,10 @@ type FileInfo interface { Filename() string } +type IsInternalTemplateProvider interface { + IsInternalTemplate() bool +} + type ParseInfo struct { // Set for shortcode templates with any {{ .Inner }} IsInner bool |