type github.com/google/safehtml/template.attr

6 uses

	github.com/google/safehtml/template (current package)
		context.go#L22: 	attr    attr
		context.go#L153: type attr struct {
		context.go#L176: func (a attr) eq(b attr) bool {
		context.go#L181: func (a attr) String() string {
		transition.go#L138: 		attr:    attr{name: strings.ToLower(string(s[i:j]))},