I appreciate the response, but could you please elaborate a little more.
I don’t know Go but I have read the Go template documentation. Are functions like if , with , range considered actions. If so what is designated as a command. Is it just simple stuff like math equations or simple methods like title or upper or is there a more concrete definition that I’m not seeing.
Also if that is the case than the example provided in the hugo docs is completely wrong.
Yes, you understand it. Here’s the builtin-in “commands” with Go templates (doesn’t include Hugo add-ons). I only call them “commands” because that’s what the Go docs use. I prefer to call them functions or funcs.