We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 786811c + fd251c4 commit e193089Copy full SHA for e193089
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", "World")
+ return c.Render(http.StatusOK, "hello.html", "World")
55
}
56
```
57
0 commit comments