Skip to content

Commit

Permalink
Clarify that rinja doesn't depend on askama but is a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 31, 2024
1 parent 4332dda commit 79d5865
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# rinja

**Rinja** is based on [Askama](https://crates.io/crates/askama).
It implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), and
generates type-safe Rust code from your templates at compile time
**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.
See below for an example. It is a fork of [Askama](https://crates.io/crates/askama).

All feedback welcome. Feel free to file bugs, requests for documentation and
any other feedback to the [issue tracker][issues].
Expand Down

0 comments on commit 79d5865

Please sign in to comment.