Versions in this module Expand all Collapse all v5 v5.0.1 Aug 6, 2024 v5.0.0 Aug 6, 2024 Changes in this version + type Context interface + Has func(key string) bool + New func() Context + Set func(key string, value interface{}) + type HelperContext interface + Block func() (string, error) + BlockWith func(Context) (string, error) + HasBlock func() bool + Render func(s string) (string, error) + type Map map[string]interface + func Merge(maps ...Map) Map