| 5 | ) |
| 6 | |
| 7 | type nodeHTML struct { |
| 8 | token *Token |
| 9 | trimLeft bool |
| 10 | trimRight bool |
| 11 | } |
| 12 | |
| 13 | func (n *nodeHTML) Execute(ctx *ExecutionContext, writer TemplateWriter) *Error { |
| 14 | res := n.token.Val |
nothing calls this directly
no outgoing calls
no test coverage detected