mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
@@ -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
|
||||
|
Reference in New Issue
Block a user