We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5c4dc commit cc451ecCopy full SHA for cc451ec
website/content/guide/templates.md
@@ -51,7 +51,7 @@ Example below shows how to use Go `html/template`:
51
52
```go
53
func Hello(c echo.Context) error {
54
- return c.Render(http.StatusOK, "hello.html", "World")
+ return c.Render(http.StatusOK, "hello", "World")
55
}
56
```
57
0 commit comments