github.com/google/safehtml/template.Template.ExecuteToHTML (method)
8 uses
github.com/google/safehtml/template (current package)
template.go#L136: func (t *Template) ExecuteToHTML(data interface{}) (safehtml.HTML, error) {
template.go#L158: html, err := t.ExecuteToHTML(nil)
golang.org/x/pkgsite/internal/frontend
fetch.go#L262: h, err := t.ExecuteToHTML(fmt.Sprintf("%s is not a valid path. Were you looking for “%s”?",
fetch.go#L304: h, err := t.ExecuteToHTML(fmt.Sprintf(`
overview.go#L82: h, err := t.ExecuteToHTML(readme.Contents)
readme.go#L77: h, err := t.ExecuteToHTML(readme.Contents)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
idents.go#L297: html, err := LinkTemplate.ExecuteToHTML(Link{Href: u, Text: s})
linkify.go#L361: h, err := tmpl.ExecuteToHTML(data)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |