MCPcopy Index your code
hub / github.com/unrolled/render / HTML

Struct HTML

engine.go:29–35  ·  view source on GitHub ↗

HTML built-in renderer.

Source from the content-addressed store, hash-verified

27
28// HTML built-in renderer.
29type HTML struct {
30 Head
31 Name string
32 Templates *template.Template
33
34 bp GenericBufferPool
35}
36
37// JSONEncoder is the interface for encoding/json.Encoder.
38type JSONEncoder interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected