Inside of {{range (root).A}} loop, I wanted use (root).B. But intead it refers (root).A.B.
I noticed it's expected behavior, but I couldn't find what is the root variable in the document of text/template but found in stackoverflow.
I think we need explanation of what is root variable in the standard document of text/template.