jet
jet copied to clipboard
Jet template engine
I have a Struct like this ```go type Example struct { SomeField *string } ``` If I pass the Example struct to the `data` for `view.Execute` then in the template...
When I do this ... | money("$") | .... I get pipe command \"money(\\\"$\\\")\" type string is not func with .AddGlobalFunc("money", func(a jet.Arguments) reflect.Value { a.RequireNumOfArguments("money", 1, 2) Is there...
this is real ambiguous grammar ``` {{-.}} {{-.Field}} ```