text/template/parse.BoolNode.True (field)

7 uses

	text/template/parse (current package)
		node.go#L586: 	True bool // The value of the boolean constant.
		node.go#L590: 	return &BoolNode{tr: t, NodeType: NodeBool, Pos: pos, True: true}
		node.go#L594: 	if b.True {
		node.go#L609: 	return b.tr.newBool(b.Pos, b.True)

	text/template
		exec.go#L500: 		return reflect.ValueOf(word.True)
		exec.go#L896: 		value.SetBool(n.True)
		exec.go#L961: 		return reflect.ValueOf(n.True)