Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
va-an authored and the10thWiz committed Jun 26, 2024
1 parent 24269ca commit 75a424d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/06-responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ are:
* [`Flash`] - Sets a "flash" cookie that is removed when accessed.
* [`Json`] - Automatically serializes values into JSON.
* [`MsgPack`] - Automatically serializes values into MessagePack.
* [`Template`] - Renders a dynamic template using handlebars or Tera.
* [`Template`] - Renders a dynamic template using handlebars, Tera or MiniJinja.

[`status`]: @api/master/rocket/response/status/
[`content`]: @api/master/rocket/response/content/
Expand Down Expand Up @@ -589,7 +589,7 @@ reloading is disabled.

The [`Template`] API documentation contains more information about templates,
including how to customize a template engine to add custom helpers and filters.
The [templating example](@git/master/examples/templating) uses both Tera and Handlebars
The [templating example](@git/master/examples/templating) uses Tera, Handlebars and MiniJinja
templating to implement the same application.

[configurable]: ../configuration/
Expand Down

0 comments on commit 75a424d

Please sign in to comment.