You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renders a template with data and sends a `text/html` response. By default `Render` uses the default Go Template engine. If you want to use another engine, please take a look at our [**Template middleware**](middleware.md#template).
965
+
Renders a template with data and sends a `text/html` response. By default `Render` uses the default [**Go Template engine**](https://golang.org/pkg/html/template/). If you want to use another engine, please take a look at our [**Template middleware**](middleware.md#template).
0 commit comments