HTML contains template reference and its name with given interface object.
| 43 | |
| 44 | // HTML contains template reference and its name with given interface object. |
| 45 | type HTML struct { |
| 46 | Template *template.Template |
| 47 | Name string |
| 48 | Data any |
| 49 | } |
| 50 | |
| 51 | var htmlContentType = []string{"text/html; charset=utf-8"} |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected