Versions in this module Expand all Collapse all v1 v1.2.1 Nov 25, 2023 v1.2.0 Nov 25, 2023 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