MCPcopy Index your code
hub / github.com/flosch/pongo2 / nodeHTML

Struct nodeHTML

nodes_html.go:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type nodeHTML struct {
8 token *Token
9 trimLeft bool
10 trimRight bool
11}
12
13func (n *nodeHTML) Execute(ctx *ExecutionContext, writer TemplateWriter) *Error {
14 res := n.token.Val

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected