Skip to content
  • Dustin L. Howett's avatar
    Expose .Obj, .With and .Value. · 92fe3ff4
    Dustin L. Howett authored
    * {{.Obj}}
      The object passed into a bound template's Exec.
    * {{.With Name Value}}
      Returns a new view context with the specified key-value pair.
    * {{.Value Name}}
      Returns the value prevously bound to Name in this context stack.
    92fe3ff4