github.com/google/safehtml/template.TrustedTemplate.String (method)

3 uses

	github.com/google/safehtml/template (current package)
		template.go#L281: 	return t.Parse(stringConstant(tmpl.String()))
		trustedtemplate.go#L34: func (t TrustedTemplate) String() string {

	golang.org/x/pkgsite/internal/frontend
		server.go#L429: 	if page.messageTemplate.String() == "" {