diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/src/askama.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/askama.md b/book/src/askama.md index f7c613e..2eb366c 100644 --- a/book/src/askama.md +++ b/book/src/askama.md @@ -3,7 +3,7 @@ [](https://docs.rs/askama/) [](https://crates.io/crates/askama) [](https://github.com/djc/askama/actions?query=workflow%3ACI) -[](https://gitter.im/djc/askama) +[](https://discord.gg/ZucwjE6bmT) Askama implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/). It generates Rust code from your templates at compile time |