Skip to content

Commit cc451ec

Browse files
dora1998aldas
authored andcommitted
Fix template name in template.md
1 parent 5a5c4dc commit cc451ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/guide/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Example below shows how to use Go `html/template`:
5151

5252
```go
5353
func Hello(c echo.Context) error {
54-
return c.Render(http.StatusOK, "hello.html", "World")
54+
return c.Render(http.StatusOK, "hello", "World")
5555
}
5656
```
5757

0 commit comments

Comments
 (0)