Skip to content

Commit dc8d13c

Browse files
authored
Merge pull request #158 from peterzam/patch-1
Update templates.md
2 parents bb63adc + 6fc7cd1 commit dc8d13c

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
@@ -112,7 +112,7 @@ func main() {
112112
113113
// Named route "foobar"
114114
e.GET("/something", func(c echo.Context) error {
115-
return c.Render(http.StatusOK, "something.html", map[string]interface{}{
115+
return c.Render(http.StatusOK, "template.html", map[string]interface{}{
116116
"name": "Dolly!",
117117
})
118118
}).Name = "foobar"

0 commit comments

Comments
 (0)