Skip to content

Commit 3bd7ca0

Browse files
Add link to custom escaper example in the book
1 parent 8c14d27 commit 3bd7ca0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

book/src/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,7 @@ extensions = ["js"]
151151
[`Escaper`] trait so since we don't need want any escaping on our `.js` files, we use
152152
it.
153153

154+
You can take a look at the [custom escaper example] in the `askama` repository.
155+
154156
[`Escaper`]: https://docs.rs/askama/latest/askama/filters/trait.Escaper.html
157+
[custom escaper example]: https://github.com/askama-rs/askama/tree/master/examples/warp-app

0 commit comments

Comments
 (0)