| 8022 | } |
| 8023 | |
| 8024 | type testTemplateEngine struct { |
| 8025 | templates *template.Template |
| 8026 | path string |
| 8027 | } |
| 8028 | |
| 8029 | func (t *testTemplateEngine) Render(w io.Writer, name string, bind any, layout ...string) error { |
| 8030 | if len(layout) == 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected