In go mustache templates one of the examples showed how to retrieve Name1 function value into mustache template. But Name1 didn't have any parameters. Can I somehow use functions that have to receive parameters? (according to mustache documentation, lambdas is a way out, but I don't see any activity regarding #16 or #25). Is there some other way to get same results?
In go mustache templates one of the examples showed how to retrieve Name1 function value into mustache template. But Name1 didn't have any parameters. Can I somehow use functions that have to receive parameters? (according to mustache documentation, lambdas is a way out, but I don't see any activity regarding #16 or #25). Is there some other way to get same results?