Versions in this module Expand all Collapse all v1 v1.5.4 Aug 10, 2023 Changes in this version + var DefaultConfig = NewConfig() + type Config struct + Autoescape bool + BlockEndString string + BlockStartString string + CommentEndString string + CommentStartString string + Debug bool + Ext map[string]Inheritable + LineCommentPrefix string + LineStatementPrefix string + StrictUndefined bool + VariableEndString string + VariableStartString string + func NewConfig() *Config + func (cfg *Config) Inherit() *Config + type Inheritable interface + Inherit func() Inheritable