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

7 uses

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

	text/template
		exec.go#L479: 		return reflect.ValueOf(word.True)
		exec.go#L843: 		value.SetBool(n.True)
		exec.go#L908: 		return reflect.ValueOf(n.True)