diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-06-30 09:52:09 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-06-30 09:52:09 +0200 |
commit | 9f96214cbed985f8c064b077672774881a258c38 (patch) | |
tree | 8c821571c4d9b8f38b83ec89dca18bc177b4f7f7 /book/src | |
parent | 435bb0569c17bd8386e6651ad0ea544978944df6 (diff) | |
download | askama-9f96214cbed985f8c064b077672774881a258c38.tar.gz askama-9f96214cbed985f8c064b077672774881a258c38.tar.bz2 askama-9f96214cbed985f8c064b077672774881a258c38.zip |
Prune duplicate documentation
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/askama.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/askama.md b/book/src/askama.md index 739f6d2..95d4a04 100644 --- a/book/src/askama.md +++ b/book/src/askama.md @@ -8,7 +8,7 @@ Askama implements a template rendering engine based on Jinja. It generates Rust code from your templates at compile time based on a user-defined `struct` to hold the template's context. -See below for an example, or read [the documentation][docs]. +See below for an example, or read [the book][docs]. **"I use Askama for actix's TechEmpower benchmarks."** -- [Nikolay Kim][fafhrd91], creator of actix-web @@ -46,7 +46,7 @@ in a for-profit context, please consider supporting my open source work on * Opt-out HTML escaping * Syntax customization -[docs]: https://docs.rs/askama +[docs]: https://djc.github.io/askama/ [fafhrd91]: https://github.com/fafhrd91 [mitsuhiko]: http://lucumr.pocoo.org/ [issues]: https://github.com/djc/askama/issues |