text/template/parse.StringNode.Quoted (field)
4 uses
text/template/parse (current package)
node.go#L759: Quoted string // The original text of the string, with quotes.
node.go#L764: return &StringNode{tr: t, NodeType: NodeString, Pos: pos, Quoted: orig, Text: text}
node.go#L768: return s.Quoted
node.go#L780: return s.tr.newString(s.Pos, s.Quoted, s.Text)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)