From c92285e24f11f814871d6c9fd6c89079d8bbbfb8 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 11 Nov 2024 13:51:25 +0100 Subject: [PATCH] Add link to blog post for differences between rinja and askama --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc46c89..84d6dee1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ **Rinja** implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), and generates type-safe 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. It is a fork of [Askama](https://crates.io/crates/askama). +See below for an example. It is a fork of [Askama](https://crates.io/crates/askama), please have a look at our +[blog post](https://blog.guillaume-gomez.fr/articles/2024-07-31+docs.rs+switching+jinja+template+framework+from+tera+to+rinja) +highlighting differences between the two crates. All feedback welcome! Feel free to file bugs, requests for documentation and any other feedback to the [issue tracker][issues].