We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c14d27 commit 3bd7ca0Copy full SHA for 3bd7ca0
1 file changed
book/src/configuration.md
@@ -151,4 +151,7 @@ extensions = ["js"]
151
[`Escaper`] trait so since we don't need want any escaping on our `.js` files, we use
152
it.
153
154
+You can take a look at the [custom escaper example] in the `askama` repository.
155
+
156
[`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