Skip to content

Commit dc25244

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 065aec4 commit dc25244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ app.Get("/", func(c *fiber.Ctx) {
962962

963963
## Render
964964

965-
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).
966966

967967
{% code title="Signature" %}
968968
```go

0 commit comments

Comments
 (0)