Versions in this module Expand all Collapse all v0 v0.1.0 Aug 8, 2026 Changes in this version + func Render(template string, context Value, partials map[string]string) (string, error) + func RenderString(template string, context Value) (string, error) + func ToString(v Value) string + type Lambda func(section string) Value + type Map struct + func NewMap() *Map + func (m *Map) Get(key Value) (Value, bool) + func (m *Map) Len() int + func (m *Map) Pairs() []Pair + func (m *Map) Set(key, val Value) + type Mustache struct + Context Value + Partials map[string]string + Template string + View Object + func (m *Mustache) Render() (string, error) + type Object interface + Method func(name string) (Value, bool) + type Pair struct + Key Value + Val Value + type Symbol string + type Value = any