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

5 uses

	github.com/google/safehtml/template (current package)
		context.go#L20: 	delim   delim
		context.go#L112: type delim uint8
		context.go#L118: 	delimNone delim = iota
		delim_string.go#L11: func (i delim) String() string {
		delim_string.go#L12: 	if i >= delim(len(_Delim_index)-1) {